Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

Keep strict entities strict #64

Merged
merged 1 commit into from Sep 20, 2019
Merged

Keep strict entities strict #64

merged 1 commit into from Sep 20, 2019

Conversation

crow-fff
Copy link

@crow-fff crow-fff commented Sep 13, 2019

Resolves #60
In general it fixes the compatibility with HTTP 1.0, which doesn't support Chunked entities.

The problem is that HttpEntity.Strict#transformDataBytes, which is used in ServerFlowWrapper returns HttpEntity.Chunked.

@crow-fff
Copy link
Author

@ivantopo, can you look at it please?

@ivantopo ivantopo merged commit 4689c72 into kamon-io:master Sep 20, 2019
@ivantopo
Copy link
Contributor

@crow-fff thanks a lot for the contribution 😄

@crow-fff crow-fff deleted the keep-strict-entities-strict branch September 20, 2019 11:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTTP/1.0 responses must not have a chunked entity
2 participants