Skip to content

Issue with HttpRequest stream upload or API usage error? #1803

Answered by pschatzmann
djfm asked this question in Q&A
Discussion options

You must be logged in to vote

I committed a correction: a test with a python server and this sketch with the TRANSFER_ENCODING uncommented is working properly now!

  • the chunk length was not written in decimal instead of hex
  • HttpRequest is as subclass from BaseStream now so that it can be used in a copy target
  • in the example the copy target is http and not client to use the write implementation that supports chunked data

Replies: 7 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

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

Comment options

You must be logged in to vote
3 replies
@ffaerber
Comment options

@djfm
Comment options

@pschatzmann
Comment options

Comment options

You must be logged in to vote
2 replies
@djfm
Comment options

@ffaerber
Comment options

Comment options

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

Comment options

You must be logged in to vote
2 replies
@pschatzmann
Comment options

Answer selected by pschatzmann
@ffaerber
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
implemented This is working now
3 participants
Converted from issue

This discussion was converted from issue #1773 on November 20, 2024 11:01.