Re-fix for HTTP lib, fixed typo in Controller.
This commit is contained in:
		
							parent
							
								
									1301b7a919
								
							
						
					
					
						commit
						f9dcedb0e1
					
				
					 2 changed files with 3 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -41,7 +41,7 @@ namespace HTTP{
 | 
			
		|||
      bool seenHeaders;
 | 
			
		||||
      bool seenReq;
 | 
			
		||||
      bool parse();
 | 
			
		||||
      void parseVars(std::string & data);
 | 
			
		||||
      void parseVars(std::string data);
 | 
			
		||||
      std::string HTTPbuffer;
 | 
			
		||||
      std::map<std::string, std::string> headers;
 | 
			
		||||
      std::map<std::string, std::string> vars;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue