CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2013/01/22 01:26:34
Modified files: usr.sbin/relayd: relay_http.c Log message: Only send a single CRLF between chunks. A second CRLF seemed to be optional, and it worked fine with Firefox, but it didn't work with some browsers/clients like Chrome or CURL that implement the specification strictly. See RFC 2616, Section 3.6.1, for more information about Chunked Transfer Encoding. ok bluhm@ benno@