Welcome! Log In Create A New Profile

Advanced

[nginx] SPDY: fixed typo in log message.

Valentin Bartenev
April 16, 2014 03:42AM
details: http://hg.nginx.org/nginx/rev/b6240baead00
branches:
changeset: 5652:b6240baead00
user: Valentin Bartenev <vbart@nginx.com>
date: Wed Apr 16 11:40:42 2014 +0400
description:
SPDY: fixed typo in log message.

diffstat:

src/http/ngx_http_spdy.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r b51bd021808b -r b6240baead00 src/http/ngx_http_spdy.c
--- a/src/http/ngx_http_spdy.c Wed Apr 16 11:40:38 2014 +0400
+++ b/src/http/ngx_http_spdy.c Wed Apr 16 11:40:42 2014 +0400
@@ -943,7 +943,7 @@ ngx_http_spdy_state_syn_stream(ngx_http_
if (sc->processing >= sscf->concurrent_streams) {

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,
prio)

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] SPDY: fixed typo in log message.

Valentin Bartenev 634 April 16, 2014 03:42AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 178
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready