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
ff5df051
Commit
ff5df051
authored
Jun 26, 2016
by
Timothy B. Terriberry
Browse files
Minor comment typo fix.
parent
a3ce13a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/http.c
View file @
ff5df051
...
...
@@ -2779,7 +2779,7 @@ static int op_http_conn_read_body(OpusHTTPStream *_stream,
Otherwise, we'd need a _pnext pointer if we needed to close the connection,
and re-opening it would re-organize the lists.*/
OP_ASSERT
(
_stream
->
lru_head
==
_conn
);
/*We should have filterd out empty reads by this point.*/
/*We should have filter
e
d out empty reads by this point.*/
OP_ASSERT
(
_buf_size
>
0
);
pos
=
_conn
->
pos
;
end_pos
=
_conn
->
end_pos
;
...
...
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