mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
SPDY: fixed typo in log message.
This commit is contained in:
parent
013449be01
commit
c69cabed1d
@ -943,7 +943,7 @@ ngx_http_spdy_state_syn_stream(ngx_http_spdy_connection_t *sc, u_char *pos,
|
|||||||
if (sc->processing >= sscf->concurrent_streams) {
|
if (sc->processing >= sscf->concurrent_streams) {
|
||||||
|
|
||||||
ngx_log_error(NGX_LOG_INFO, sc->connection->log, 0,
|
ngx_log_error(NGX_LOG_INFO, sc->connection->log, 0,
|
||||||
"spdy concurrent streams excessed %ui", sc->processing);
|
"spdy concurrent streams exceeded %ui", sc->processing);
|
||||||
|
|
||||||
if (ngx_http_spdy_send_rst_stream(sc, sid, NGX_SPDY_REFUSED_STREAM,
|
if (ngx_http_spdy_send_rst_stream(sc, sid, NGX_SPDY_REFUSED_STREAM,
|
||||||
prio)
|
prio)
|
||||||
|
Loading…
Reference in New Issue
Block a user