Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support enabled for "Transfer-Encoding: chunked" #52

Closed
s-takeuchi opened this issue Dec 8, 2018 · 4 comments
Closed

Support enabled for "Transfer-Encoding: chunked" #52

s-takeuchi opened this issue Dec 8, 2018 · 4 comments
Assignees
Milestone

Comments

@s-takeuchi
Copy link
Owner

s-takeuchi commented Dec 8, 2018

Receiver's finish condition of Content-Length specification needs to be modified.
If no Content-Length header is presented, current receiver does not receive body section.
This behavior does not meet user expectation.
"Transfer-Encoding: chunked" needs to be considered.

Refer to the URL shown below for stksocket modification.
s-takeuchi/YaizuComLib#87

@s-takeuchi s-takeuchi added the bug label Dec 8, 2018
@s-takeuchi s-takeuchi added this to the 1.7.0 milestone Dec 8, 2018
@s-takeuchi s-takeuchi self-assigned this Dec 8, 2018
@s-takeuchi
Copy link
Owner Author

Tested on Dec. 8th
CL-YaizuNetTool052-ContLenChange.xlsx

@s-takeuchi
Copy link
Owner Author

In case GET request is passed, no response or time wait is occurred.

@s-takeuchi s-takeuchi reopened this Dec 8, 2018
s-takeuchi pushed a commit that referenced this issue Dec 9, 2018
@s-takeuchi
Copy link
Owner Author

s-takeuchi commented Dec 15, 2018

@s-takeuchi
Copy link
Owner Author

Test --> completed
Documentation --> completed

@s-takeuchi s-takeuchi changed the title Finish condition of Content-Length specification needs to be modified. Support enabled for "Transfer-Encoding: chunked" Dec 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant