diff options
| author | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:37:18 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:37:18 +0000 |
| commit | bf4ff8e947ae27bee56bec9a22210deb123f519e (patch) | |
| tree | e57446a6e5ca414b393fcf0fec4f61c0594f6d46 /esc-1.1.2-fix5.patch | |
| parent | 3185e4a58ad6057d957d89bf89bc46f3064b5cdc (diff) | |
automatic import of escopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'esc-1.1.2-fix5.patch')
| -rw-r--r-- | esc-1.1.2-fix5.patch | 12 |
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); |
