mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.reference
git-svn-id: svn://ultimatepp.org/upp/trunk@6666 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ec702d7e17
commit
58937d5b31
5 changed files with 32 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ void Server()
|
|||
<< "<b>URI:</b> " << http.GetURI() << "<br>";
|
||||
for(int i = 0; i < http.fields.GetCount(); i++)
|
||||
html << "<b>" << http.fields.GetKey(i) << ":</b> " << http.fields[i] << "<br>";
|
||||
int len = http.GetContentLength();
|
||||
int len = (int)http.GetContentLength();
|
||||
if(len > 0)
|
||||
socket.GetAll(len);
|
||||
html << "<b><i>Current time:</i></b> " << GetSysTime() << "</html>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue