mirror of
https://github.com/moparisthebest/spdylay
synced 2024-11-12 04:25:09 -05:00
Fixed typo
This commit is contained in:
parent
81307745c4
commit
7abf48f061
@ -400,7 +400,7 @@ void* spdylay_session_get_stream_user_data(spdylay_session *session,
|
|||||||
*
|
*
|
||||||
* "method": HTTP method (e.g., "GET" or "POST")
|
* "method": HTTP method (e.g., "GET" or "POST")
|
||||||
* "scheme": URI scheme (e.g., "https")
|
* "scheme": URI scheme (e.g., "https")
|
||||||
* "url": Abosolute path of this request (e.g., "/foo")
|
* "url": Absolute path of this request (e.g., "/foo")
|
||||||
* "version": HTTP version (e.g., "HTTP/1.1")
|
* "version": HTTP version (e.g., "HTTP/1.1")
|
||||||
*
|
*
|
||||||
* "host" name/value pair is also required by some hosts.
|
* "host" name/value pair is also required by some hosts.
|
||||||
|
Loading…
Reference in New Issue
Block a user