celluloid / reel

UNMAINTAINED: See celluloid/celluloid#779 - Celluloid::IO-powered web server
https://celluloid.io
MIT License
595 stars 87 forks source link

send crlf after chunk #10

Closed grantr closed 12 years ago

grantr commented 12 years ago

According to wikipedia:

Each chunk starts with the number of octets of the data it embeds expressed in hexadecimal followed by optional parameters (chunk extension) and a terminating CRLF sequence, followed by the chunk data. The chunk is terminated by CRLF.

This adds the terminating CRLF to the chunk.

travisbot commented 12 years ago

This pull request fails (merged 0a28e2af into c2d8de7a).