Skip to content

Expect 100 Continue on Netty not working #33446

@isaacrivriv

Description

@isaacrivriv

Error description

While testing dynamic routing, SVT found an issue where a hang/timeout occurred waiting for a response. On investigation, it seems like the error comes from sending a request with Expect: 100-continue and waiting for the 100 response while using Netty. It appears that Netty does not send the 100 continue response at all.

Expected behavior

When receiving an expect 100 response the server should respond with a 100 continue response before sending the actual response of the request as seen in the packet trace below.
Image

Current behavior

In Netty, we are seeing that the current implementation does not send a 100 continue response but jumps straight to the actual response of the request as seen in the packet trace below.

Image

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Less Complex Issues

Relationships

None yet

Development

No branches or pull requests

Issue actions