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")
|
||||
* "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")
|
||||
*
|
||||
* "host" name/value pair is also required by some hosts.
|
||||
|
|
Loading…
Reference in New Issue