summaryrefslogtreecommitdiff
path: root/esc-1.1.2-fix5.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-05 01:52:56 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-05 01:52:56 +0000
commit99dd50d69a6a0708d96750c16b43f8e8cd29b8c3 (patch)
treee57446a6e5ca414b393fcf0fec4f61c0594f6d46 /esc-1.1.2-fix5.patch
parenta3c58a3bb98b9de3909102b0a0d5975156c402dc (diff)
automatic import of escopeneuler24.03_LTS
Diffstat (limited to 'esc-1.1.2-fix5.patch')
-rw-r--r--esc-1.1.2-fix5.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/esc-1.1.2-fix5.patch b/esc-1.1.2-fix5.patch
new file mode 100644
index 0000000..c63a53d
--- /dev/null
+++ b/esc-1.1.2-fix5.patch
@@ -0,0 +1,12 @@
+diff -up ./esc/src/lib/nss-http-client/httpClientNss.cpp.fix5 ./esc/src/lib/nss-http-client/httpClientNss.cpp
+--- ./esc/src/lib/nss-http-client/httpClientNss.cpp.fix5 2019-10-29 11:16:36.042807434 -0700
++++ ./esc/src/lib/nss-http-client/httpClientNss.cpp 2019-10-29 11:18:22.169301918 -0700
+@@ -172,6 +172,8 @@ PSHttpResponse *HttpClientNss::httpSendC
+
+ request.addHeader( "Content-Type", "text/plain" );
+
++ request.setMethod(method);
++
+ if(cb)
+ {
+ request.setChunkedCallback(cb);