Skip to content

HTTP Patch raising BrokenPipeError when 100 Continue present? #2503

Answered by tomchristie
mturoci asked this question in Q&A
Discussion options

You must be logged in to vote

The traceback shows the server closing the connection before the request body has been fully sent. Which is reasonable behaviour, but curious that you're not seeing the same behaviour with requests.

  • Are you able to share this in a publicly reproducible way?
  • Start by changing fewer things at one time. Comparing a sync httpx request with a sync requests request is a better starting point.

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@tomchristie
Comment options

@mturoci
Comment options

@tomchristie
Comment options

@mturoci
Comment options

@tomchristie
Comment options

Answer selected by mturoci
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