projects
/
cubemap
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3ccdfe
)
Fix a typo.
author
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Sun, 11 May 2014 07:42:46 +0000
(09:42 +0200)
committer
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Sun, 11 May 2014 07:42:46 +0000
(09:42 +0200)
httpinput.cpp
patch
|
blob
|
history
diff --git
a/httpinput.cpp
b/httpinput.cpp
index
e2cc197
..
74466c7
100644
(file)
--- a/
httpinput.cpp
+++ b/
httpinput.cpp
@@
-412,7
+412,7
@@
void HTTPInput::do_work()
RequestParseStatus status = wait_for_double_newline(&response, buf, ret);
if (status == RP_OUT_OF_SPACE) {
- log(WARNING, "[%s] Sever sent overlong HTTP response!", url.c_str());
+ log(WARNING, "[%s] Se
r
ver sent overlong HTTP response!", url.c_str());
state = CLOSING_SOCKET;
continue;
} else if (status == RP_NOT_FINISHED_YET) {