Home » U++ Library support » U++ MT-multithreading and servers » [Web] using of an uninitialized value in expression
[Web] using of an uninitialized value in expression [message #38643] |
Tue, 01 January 2013 00:10  |
Novo
Messages: 1430 Registered: December 2006
|
Ultimate Contributor |
|
|
Index: util.h
===================================================================
--- util.h (revision 5690)
+++ util.h (working copy)
@@ -213,7 +213,7 @@
public:
HttpQuery(const Nuller& = Null) : data(Empty()) { case_sensitive = false; }
- explicit HttpQuery(String url) { data = Empty(); SetURL(url); case_sensitive = false; }
+ explicit HttpQuery(String url) { data = Empty(); case_sensitive = false; SetURL(url); }
void CaseSensitive(bool b = true) { case_sensitive = b; }
case_sensitive = false; should be called before SetURL(url);
I do not have permissions to commit this change myself.
TIA
Regards,
Novo
|
|
|
|
|
Goto Forum:
Current Time: Fri May 09 22:15:03 CEST 2025
Total time taken to generate the page: 0.00905 seconds
|