File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -318,8 +318,8 @@ F(ngx_http_finalize_request) {
318
318
^finalize: -4
319
319
conn err: 110: upstream timed out
320
320
upstream fin req: error=0 eof=0 rc=504
321
- finalize: -1
322
- post subreq: rc=-1 , status=200
321
+ finalize: 0
322
+ post subreq: rc=0 , status=200
323
323
finalize: 0$
324
324
325
325
--- tcp_listen: 19112
@@ -476,12 +476,12 @@ F(ngx_http_finalize_request) {
476
476
--- stap_out_like
477
477
finalize: -4
478
478
(?:upstream fin req: error=0 eof=1 rc=502
479
- finalize: -1
480
- post subreq: rc=-1 , status=200
479
+ finalize: 0
480
+ post subreq: rc=0 , status=200
481
481
|conn err: \d+: writev\(\) failed
482
482
upstream fin req: error=0 eof=0 rc=502
483
- finalize: (?:-1 |502)
484
- post subreq: rc=(?:-1 |502), status=(?:0|200)
483
+ finalize: (?:0 |502)
484
+ post subreq: rc=(?:0 |502), status=(?:0|200)
485
485
(?:finalize: 0
486
486
)?)?finalize: 0
487
487
@@ -492,8 +492,8 @@ post subreq: rc=(?:-1|502), status=(?:0|200)
492
492
Content-Type: text/css
493
493
--- response_body
494
494
I do like you
495
- --- no_error_log
496
- [error]
495
+ --- error_log
496
+ upstream prematurely closed connection
497
497
498
498
499
499
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ GET /flush
29
29
--- config
30
30
location /foo {
31
31
charset UTF-8;
32
+ charset_types application/x-javascript;
32
33
default_type application/json;
33
34
srcache_fetch GET /memc $uri;
34
35
srcache_store PUT /memc $uri;
@@ -60,6 +61,7 @@ bar(hello
60
61
--- config
61
62
location /foo {
62
63
charset UTF-8;
64
+ charset_types application/x-javascript;
63
65
default_type text/css;
64
66
srcache_fetch GET /memc $uri;
65
67
srcache_store PUT /memc $uri;
You can’t perform that action at this time.
0 commit comments