Changeset 309 for binary-improvements/MapRendering/Web/Web.cs
- Timestamp:
- Aug 9, 2017, 7:43:07 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/Web/Web.cs
r286 r309 78 78 dataFolder, 79 79 new AllocsFixes.FileCache.SimpleCache (), 80 true)80 false) 81 81 ); 82 82 } else { … … 87 87 dataFolder, 88 88 new AllocsFixes.FileCache.DirectAccess (), 89 true)89 false) 90 90 ); 91 91 } … … 185 185 } 186 186 187 Log.Out ("Error in Web.HandleRequest(): No handler found for path \"" + request.Url.AbsolutePath + "\""); 187 // Not really relevant for non-debugging purposes: 188 //Log.Out ("Error in Web.HandleRequest(): No handler found for path \"" + request.Url.AbsolutePath + "\""); 188 189 response.StatusCode = (int)HttpStatusCode.NotFound; 189 190 } catch (IOException e) {
Note:
See TracChangeset
for help on using the changeset viewer.