Skip to content

rgw/beast: fix interaction between keepalive and 100-continue#49642

Merged
cbodley merged 2 commits intoceph:mainfrom
cbodley:wip-58286
Jan 23, 2023
Merged

rgw/beast: fix interaction between keepalive and 100-continue#49642
cbodley merged 2 commits intoceph:mainfrom
cbodley:wip-58286

Conversation

@cbodley
Copy link
Copy Markdown
Contributor

@cbodley cbodley commented Jan 5, 2023

if we reject a request with a "Expect: 100-continue" header before sending a "100 Continue" response, the keepalive logic should not try to read/discard request body before parsing the next request headers

Fixes: https://tracker.ceph.com/issues/58286

Show available Jenkins commands
  • jenkins retest this please
  • jenkins test classic perf
  • jenkins test crimson perf
  • jenkins test signed
  • jenkins test make check
  • jenkins test make check arm64
  • jenkins test submodules
  • jenkins test dashboard
  • jenkins test dashboard cephadm
  • jenkins test api
  • jenkins test docs
  • jenkins render docs
  • jenkins test ceph-volume all
  • jenkins test ceph-volume tox
  • jenkins test windows

Signed-off-by: Casey Bodley <cbodley@redhat.com>
if we reject a request with a "Expect: 100-continue" header before
sending a "100 Continue" response, the keepalive logic should not try to
read/discard request body before parsing the next request headers

Fixes: https://tracker.ceph.com/issues/58286

Signed-off-by: Casey Bodley <cbodley@redhat.com>
@cbodley
Copy link
Copy Markdown
Contributor Author

cbodley commented Jan 5, 2023

cc @BryceCao

@ljflores
Copy link
Copy Markdown
Member

jenkins retest this please

@cbodley
Copy link
Copy Markdown
Contributor Author

cbodley commented Jan 19, 2023

this is causing a single failure in java_s3tests:

suite > Object tests > ObjectTest.TestObjectCreateBadMd5Empty FAILED
    com.amazonaws.http.timers.client.ClientExecutionTimeoutException at ObjectTest.java:616

i describe the problem in ceph/java_s3tests#12

@cbodley
Copy link
Copy Markdown
Contributor Author

cbodley commented Jan 23, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants