Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement chunked transfer encoding #38
Comments
Receiving incoming responses with chunked transfer encoding has been resolved via #58. We may still want to implement sending requests with chunked transfer encoding. |
@clue Since this package links now to the higher level implementation |
@CharlotteDunois yes that's the goal |
What @WyriHaximus said :-) The (longer-term) goal is to make https://github.com/clue/reactphp-buzz redundant in the future so that we can deprecate it and only rely on @reactphp's HTTP component |
I'm closing this as it is already supported by the new HTTP client that has been merged into |
Refs #5