Guest User

Untitled

a guest
Dec 18th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. QString cTime = currTime.currentDateTimeUtc().toString("ddd, dd MMM yyyy hh:mm:ss");
  2.  
  3. QTextStream os(socket); os << "HTTP/1.1 200 OKrn"
  4. "Content-Type: text/plainrn"
  5. "Date: " + cTime + " GMTrn"
  6. "Connection: closern"
  7. "rn"
  8. "AUTHORIZED";
Add Comment
Please, Sign In to add comment