Gurnell
svn: r4970
This commit is contained in:
parent
f2bd91c8ec
commit
ee88a04972
|
@ -25,6 +25,13 @@
|
|||
(read-request-line ip))
|
||||
(define headers
|
||||
(read-headers ip))
|
||||
(define _
|
||||
(match (headers-assq* #"Content-Length" headers)
|
||||
[(struct header (f v))
|
||||
; Give it one second per byte
|
||||
(adjust-connection-timeout! conn (string->number (bytes->string/utf-8 v)))]
|
||||
[#f
|
||||
(void)]))
|
||||
(define-values (host-ip client-ip)
|
||||
(port-addresses ip))
|
||||
(define-values (bindings raw-post-data)
|
||||
|
|
Loading…
Reference in New Issue
Block a user