diff options
author | Ruediger Pluem <rpluem@apache.org> | 2021-12-09 08:38:30 +0000 |
---|---|---|
committer | Ruediger Pluem <rpluem@apache.org> | 2021-12-09 08:38:30 +0000 |
commit | b8a58e6aa971e4569525b99eff34612675e935c3 (patch) | |
tree | cb15b45d9caea73cf4120598031254cd52485fda /changes-entries | |
parent | c035005055c34b664ec993eb140a3256fe6e7099 (diff) | |
download | httpd-b8a58e6aa971e4569525b99eff34612675e935c3.tar.gz |
* Correctly sent a 100 Continue status code when sending an interim
response as result of an Expect: 100-Continue in the request and not the
current status code of the request.
PR: 65725
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1895719 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r-- | changes-entries/pr65725.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes-entries/pr65725.txt b/changes-entries/pr65725.txt new file mode 100644 index 0000000000..3e8fee91e0 --- /dev/null +++ b/changes-entries/pr65725.txt @@ -0,0 +1,3 @@ + *) mod_http: Correctly sent a 100 Continue status code when sending an interim + response as result of an Expect: 100-Continue in the request and not the + current status code of the request. PR 65725 [Ruediger Pluem] |