comparison README @ 8395:578563babbd1 quic

Fixed a typo.
author Vladimir Homutov <vl@nginx.com>
date Fri, 22 May 2020 18:16:34 +0300
parents 70dbd7d0e466
children 94c06fe6e159
comparison
equal deleted inserted replaced
8394:df18ae7161b8 8395:578563babbd1
191 + Ensure your client is actually sending QUIC requests 191 + Ensure your client is actually sending QUIC requests
192 (see "Clients" section about browsers and cache) 192 (see "Clients" section about browsers and cache)
193 193
194 We recommend to start with simple console client like ngtcp2 194 We recommend to start with simple console client like ngtcp2
195 to ensure you've got server configured properly before trying 195 to ensure you've got server configured properly before trying
196 with real browsers that may be very peaky with certificates, 196 with real browsers that may be very picky with certificates,
197 for example. 197 for example.
198 198
199 + Build nginx with debug support [7] and check your debug log. 199 + Build nginx with debug support [7] and check your debug log.
200 It should contain all details about connection and why it 200 It should contain all details about connection and why it
201 failed. All related messages contain "quic " prefix and can 201 failed. All related messages contain "quic " prefix and can