Skip to content

Error in ST output: "requests.exceptions.ChunkedEncodingError" #1953

Answered by Stranger6667
hydroculator asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @hydroculator

Newer Schemathesis versions report such problems more concisely. The underlying issue is that the server declared chunked encoding but sent an invalid chunk - I've seen this reported previously with Go -based app, but don't have more info :(
I'd suspect that the server implementation does not handle all possible requests well, and will blame the framework / webserver (e.g. some servers do not support all byte ranges for headers that are specified in the current RFCs)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hydroculator
Comment options

Answer selected by hydroculator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants