Clarify http request support

original commit: 740a92164c
This commit is contained in:
Jay McCarthy 2013-08-27 09:11:54 -06:00
parent efb0be60c8
commit 15ff40050c

View File

@ -73,6 +73,9 @@ HTTP version @racket[version] the method @racket[method] and the
additional headers given in @racket[headers] and the additional data
@racket[data].
This function does not support requests that expect
@litchar{100 (Continue)} responses.
}
@defproc[(http-conn-recv! [hc http-conn-live?]