Closed JeffJacobson closed 10 years ago
The following exception occurs when running gtfs.ashx with city-of-seattle as the agency.
gtfs.ashx
city-of-seattle
[OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.] System.IO.MemoryStream.set_Capacity(Int32 value) +93 System.IO.MemoryStream.EnsureCapacity(Int32 value) +64 System.IO.MemoryStream.Write(Byte[] buffer, Int32 offset, Int32 count) +330 Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing.ArteryFilter.Write(Byte[] buffer, Int32 offset, Int32 count) +61 System.Web.HttpWriter.FilterIntegrated(Boolean finalFiltering, IIS7WorkerRequest wr) +9509748 System.Web.HttpResponse.FilterOutput() +104 System.Web.CallFilterExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +49 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69
The following exception occurs when running
gtfs.ashx
withcity-of-seattle
as the agency.