forked from ceph/ceph
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rgw: remove buffering from RGWMongoose.
Completely remove buffering from RGWMongoose class actually representing the civetweb frontend of rgw. Buffering was present there in order to: (1) calculate content-length if upper layers have not specified it; (2) enforce precedence of HTTP status in response even if an upper layer has sent any HTTP header before. Please be aware that this patch cannot be backported without fixing such layers or taking RGWClientEngineReorderer class. Fixes: ceph#12713 Signed-off-by: Radoslaw Zarzynski <[email protected]>
- Loading branch information
1 parent
929cf29
commit 6a82ad5
Showing
2 changed files
with
30 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters