| Issue 83: | TouchHTTPD trunk lacks [NSDate RFC1822StringValue] | |
| 2 people starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. checkout current trunk 2. some project fixup, 3. compile the iPhone WebDAV server example for the simulator 4. run 5. connect via bounjour to the server What is the expected output? Working webdav server What do you see instead? exception in CHTTPDefaultHandler.m in - (BOOL)handleRequest:(CHTTPMessage *)inRequest forConnection:(CHTTPConnection *)inConnection response:(CHTTPMessage **)ioResponse error:(NSError **)outError; [theResponse setHeader:[[NSDate date] RFC1822StringValue] forKey:@"Date"]; Notes: Grepped and googled for that NSDate category impl.
Aug 11, 2010
Project Member
#1
jwight
Labels:
TouchHTTPD
Nov 1, 2010
Fixed in latest github.
Status:
Fixed
|