Fixed more typos.
Thanks to 洪志道 (Hong Zhi Dao).
This commit is contained in:
@@ -143,7 +143,7 @@ nxt_conn_write_timer_handler(nxt_task_t *task, void *obj, void *data)
|
||||
|
||||
timer = obj;
|
||||
|
||||
nxt_debug(task, "event conn conn timer");
|
||||
nxt_debug(task, "conn write timer");
|
||||
|
||||
c = nxt_write_timer_conn(timer);
|
||||
c->delayed = 0;
|
||||
|
||||
@@ -16,7 +16,7 @@ static const nxt_http_request_state_t nxt_http_request_send_error_body_state;
|
||||
|
||||
|
||||
static const char error[] =
|
||||
"<html><head><title>Error</title><head>"
|
||||
"<html><head><title>Error</title></head>"
|
||||
"<body>Error.</body></html>\r\n";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user