chansen / p5-http-tiny

Tiny HTTP Client
https://metacpan.org/dist/HTTP-Tiny
53 stars 52 forks source link

Cannot put data with data callback #92 #93

Closed dohnuts closed 8 years ago

dohnuts commented 8 years ago

http://tools.ietf.org/html/rfc2616#section-3.6.1

xdg commented 8 years ago

This fix only works in the case without trailing headers, but was the right clue to solve the problem. Thank you. I'll ship a trial-release of HTTP-Tiny shortly. After a period of testing, the next stable release will include a fix.