-
Notifications
You must be signed in to change notification settings - Fork 125
Crash while receiving response #562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Is there any update on this?
|
It happened today again
|
I updated from 1.6.3 to latest. Hopefully i wont see this error again |
For us (@ccmwa) the update to 1.10 didn't help, unfortunately. |
Thanks for this report. Yeah, this looks like a straightforward bug: when we receive a HTTP response end we'll pass the buffered reads directly to the ResponseBag, which does not expect there to be no buffers. Should be easy enough to test and fix. |
@Lukasa |
awesome, got a release date for this patch? or should i just point to the github commit in my swift package in the mean time? |
I don't have a specific date, but we'd like to release this week. |
AsyncHTTPClient crashes (unwrapping nil value) while receiving an HTTP response :
I'm using version 1.9.0 (
7a4dfe026f6ee0f8ad741b58df74c60af296365d
).The text was updated successfully, but these errors were encountered: