3
Apache에서 gzip 압축을 사용할 때 컨텐츠 길이가 전송되지 않습니까?
이 아파치 동작을 이해하는 데 도움을 주시면 감사하겠습니다. application / json의 iPhone Objective-C 앱에서 PHP와 통신하고 있습니다. Gzip 압축은 서버에서 활성화되고 클라이언트가 요청합니다. 내 .htaccess에서 : AddOutputFilterByType DEFLATE text/html text/plain text/xml application/x-httpd-php application/json 작은 요청의 경우 Apache는 'Content-Length'헤더를 설정합니다. 예를 들어 (이 값은 헤더에서 Objective-C로 출력됩니다) Connection = "Keep-Alive"; "Content-Encoding" …