Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ MT-multithreading and servers » Skylark and SCGI
Re: Skylark and SCGI [message #40273 is a reply to message #40272] Sun, 14 July 2013 17:02 Go to previous messageGo to previous message
mdelfede is currently offline  mdelfede
Messages: 1310
Registered: September 2007
Ultimate Contributor
Proposed solution :

1) make HttpHeader::ParseSCGI() return true

2) Change Http::Finalize() like this :
void Http::Finalize()
{
	if(rsocket) {
		SKYLARKLOG("=== Response: " << code << ' ' << code_text);
		String r;
--->		if(hdr.scgi)
--->			r << ":";

 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: SSL sockets example
Next Topic: Probable bug in Skylark and sessions
Goto Forum:
  


Current Time: Wed Aug 27 23:52:00 CEST 2025

Total time taken to generate the page: 0.00739 seconds