Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

HTTP fixes#19

Merged
alexey-milovidov merged 1 commit intoClickHouse:clickhousefrom
oandrew:http-fixes
May 5, 2020
Merged

HTTP fixes#19
alexey-milovidov merged 1 commit intoClickHouse:clickhousefrom
oandrew:http-fixes

Conversation

@oandrew
Copy link
Copy Markdown

@oandrew oandrew commented Mar 23, 2020

  • Throw on unexpected EOF
    e.g.
    EOF when less than Content-Length data received
    or EOF before last chunk (zero size) has been received
  • Throw on malformed chunked encoding

Fixes ClickHouse/ClickHouse#9666

- Throw on unexpected EOF
- Throw on malformed chunked encoding
@oandrew
Copy link
Copy Markdown
Author

oandrew commented Mar 23, 2020

@alexey-milovidov

@alexey-milovidov
Copy link
Copy Markdown
Member

For somewhat reason I have missed the notification about this PR.

@alexey-milovidov alexey-milovidov merged commit 9b347d4 into ClickHouse:clickhouse May 5, 2020
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 interface INSERT atomicity bug

2 participants