comparison proxy_keepalive.t @ 595:6cdfd177319b

Tests: fixed typos and misspellings.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 28 May 2015 15:13:55 +0300
parents 6c0a5903d0ae
children 8f6b9f7f36d7
comparison
equal deleted inserted replaced
594:8dd5cf697eae 595:6cdfd177319b
78 $t->waitforsocket('127.0.0.1:8081') 78 $t->waitforsocket('127.0.0.1:8081')
79 or die "Can't start test backend"; 79 or die "Can't start test backend";
80 80
81 ############################################################################### 81 ###############################################################################
82 82
83 # There are 3 mostly independend modes of upstream operation: 83 # There are 3 mostly independent modes of upstream operation:
84 # 84 #
85 # 1. Buffered, i.e. normal mode with "proxy_buffering on;" 85 # 1. Buffered, i.e. normal mode with "proxy_buffering on;"
86 # 2. Unbuffered, i.e. "proxy_buffering off;". 86 # 2. Unbuffered, i.e. "proxy_buffering off;".
87 # 3. In memory, i.e. ssi <!--#include ... set --> 87 # 3. In memory, i.e. ssi <!--#include ... set -->
88 # 88 #