remove extraneous CRLF after message-body
RFC2616 section 4.1 (http://www.ietf.org/rfc/rfc2616.txt): "... an HTTP/1.1 client MUST NOT preface or follow a request with an extra CRLF."
This commit is contained in:
parent
6f94215f92
commit
d0e8e715b4
|
@ -128,8 +128,7 @@
|
||||||
(fprintf to "~a\r\n" h))
|
(fprintf to "~a\r\n" h))
|
||||||
(fprintf to "\r\n")
|
(fprintf to "\r\n")
|
||||||
(when data
|
(when data
|
||||||
(display data to)
|
(display data to))
|
||||||
(fprintf to "\r\n"))
|
|
||||||
(flush-output to))
|
(flush-output to))
|
||||||
|
|
||||||
(define (http-conn-status! hc)
|
(define (http-conn-status! hc)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user