mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-22 22:04:00 -06:00
.cosmetics
This commit is contained in:
parent
aad97013e7
commit
77b1be7f47
1 changed files with 5 additions and 5 deletions
|
|
@ -592,11 +592,11 @@ bool HttpHeader::ParseSCGI(const String& scgi_hdr)
|
|||
// the query string, use it exactly as provided. Otherwise, if we have
|
||||
// a query_string, append it with the '?' separator.
|
||||
|
||||
if(uri.Find('?') >= 0 || qs.IsEmpty())
|
||||
f2 = uri;
|
||||
else
|
||||
f2 = uri + '?' + qs;
|
||||
|
||||
if(uri.Find('?') >= 0 || qs.IsEmpty())
|
||||
f2 = uri;
|
||||
else
|
||||
f2 = uri + '?' + qs;
|
||||
|
||||
first_line = f1 + ' ' + f2 + ' ' + f3;
|
||||
if(!IsNull(content_length) && content_length && fields.Find("content-length") < 0)
|
||||
fields.Add("content-length", AsString(content_length));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue