Compression: preserve HTTP status
Preserve HTTP status of compressed responses by passing the original response status to the new one. Before this changes, every CompressedResponse and CompressedWriteResponse would return a 200 Ok status because their status was never defined. A new test case has been added to avoid regressions.
Пожалуйста, зарегистрируйтесь или войдите чтобы прокомментировать