comparison src/http/modules/ngx_http_range_filter_module.c @ 5538:a387ce36744a

Typo fixed.
author Tatsuhiko Kubo <cubicdaiya@gmail.com>
date Thu, 23 Jan 2014 22:09:59 +0900
parents 149634c98d67
children eeb3c2719147
comparison
equal deleted inserted replaced
5537:49b1ad48b55c 5538:a387ce36744a
20 * "Content-Range: bytes START-END/SIZE" CRLF 20 * "Content-Range: bytes START-END/SIZE" CRLF
21 * CRLF 21 * CRLF
22 * ... data ... 22 * ... data ...
23 * 23 *
24 * 24 *
25 * the mutlipart format: 25 * the multipart format:
26 * 26 *
27 * "HTTP/1.0 206 Partial Content" CRLF 27 * "HTTP/1.0 206 Partial Content" CRLF
28 * ... header ... 28 * ... header ...
29 * "Content-Type: multipart/byteranges; boundary=0123456789" CRLF 29 * "Content-Type: multipart/byteranges; boundary=0123456789" CRLF
30 * CRLF 30 * CRLF