-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Chunking failure #11
Comments
Oh, just realized an easier test case (using the latest version of carrier/cl-async): (ql:quickload '(:cl-async :blackbird :carrier))
(defun chunk-test ()
(as:with-event-loop ()
(bb:wait (carrier:request "http://www.google.com.ua")
(format t "done.~%")))) |
Thank you for reporting! Actually, it was a quite clear bug when parsing a chunked body. I think the above commit fixes it. |
Works great now, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I am getting
when doing the following:
chunk-test.http is as follows (also emailed you the binary version just in case it's a line-endings issue):
The text was updated successfully, but these errors were encountered: