akka-http-core: bug in 100-continue support and forms #1269
Labels
0 - new
Ticket is unclear on it's purpose or if it is valid or not
bug
help wanted
Identifies issues that the core team will likely not have time to work on
t:core
Issues related to the akka-http-core module
t:server
Issues related to the HTTP server
Milestone
If you define a simple service with a route to handle form submission, you can have issue if the client send the request in two pieces using the
Expect
header. Given this server:This query does not works:
This one works (note the -H 'Expect: '):
I suppose the 100-continue support is broken when handling forms.
Coming from: #143 (comment)
The text was updated successfully, but these errors were encountered: