Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothy B. Terriberry
Opusfile
Commits
a3ce13a4
Commit
a3ce13a4
authored
Jun 19, 2016
by
Timothy B. Terriberry
Browse files
Minor comment typo fixes.
parent
8ef38303
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/http.c
View file @
a3ce13a4
...
...
@@ -231,7 +231,7 @@ typedef SOCKET op_sock;
# define POLLRDBAND (0x0200)
/*There is data to read.*/
# define POLLIN (POLLRDNORM|POLLRDBAND)
/*
There is urgent data to read.*/
/*There is urgent data to read.*/
# define POLLPRI (0x0400)
/*Equivalent to POLLOUT.*/
# define POLLWRNORM (0x0010)
...
...
@@ -894,7 +894,7 @@ static void op_http_stream_init(OpusHTTPStream *_stream){
/*Close the connection and move it to the free list.
_stream: The stream containing the free list.
_conn: The connection to close.
_p
e
nxt: The linked-list pointer currently pointing to this connection.
_pn
e
xt: The linked-list pointer currently pointing to this connection.
_gracefully: Whether or not to shut down cleanly.*/
static
void
op_http_conn_close
(
OpusHTTPStream
*
_stream
,
OpusHTTPConn
*
_conn
,
OpusHTTPConn
**
_pnext
,
int
_gracefully
){
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment