16166ad2e3
- Bugzilla Bug 2007544 - The esc provides outdated configuration for opensc - Bugzilla Bug 2000928 - ESC does not detect smart cards and crashes upon launch [rhel-9.0.0] - Bugzilla Bug 2000929 - [RHEL-9][AppStream] esc present in comps but missing from repository [rhel-9.0.0]
13 lines
507 B
Diff
13 lines
507 B
Diff
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);
|