U++ framework
Do not panic. Ask here before giving up.

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 Go to previous message
Novo is currently offline  Novo
Messages: 1432
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
 
Read Message
Read Message
Read Message
Previous Topic: Redirect - possibly another Skylark bug
Next Topic: A few questions about Skylark sessions
Goto Forum:
  


Current Time: Tue Jun 23 09:30:28 GMT+2 2026

Total time taken to generate the page: 0.00772 seconds