1349 lines
273 KiB
Plaintext
1349 lines
273 KiB
Plaintext
|
|
2024-07-06 16:25:49.2332|0|DEBUG|Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor: Registered model binder providers, in the following order: Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BinderTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ServicesModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.HeaderModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FloatingPointTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.EnumTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.TryParseModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CancellationTokenModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ByteArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormFileModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormCollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.KeyValuePairModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DictionaryModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ComplexObjectModelBinderProvider
|
||
|
|
2024-07-06 16:25:49.4433|0|DEBUG|Microsoft.Extensions.Hosting.Internal.HostingLoggerExtensions.Starting: Hosting starting
|
||
|
|
2024-07-06 16:25:50.0610|0|INFO|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Now listening on: https://localhost:7065
|
||
|
|
2024-07-06 16:25:50.0610|0|INFO|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Now listening on: http://localhost:5086
|
||
|
|
2024-07-06 16:25:50.0610|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly ngaoda
|
||
|
|
2024-07-06 16:25:50.0610|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly Microsoft.WebTools.ApiEndpointDiscovery
|
||
|
|
2024-07-06 16:25:50.0610|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
|
||
|
|
2024-07-06 16:25:50.0610|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
|
||
|
|
2024-07-06 16:25:50.1031|0|INFO|Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.OnApplicationStarted: Application started. Press Ctrl+C to shut down.
|
||
|
|
2024-07-06 16:25:50.1031|0|INFO|Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.OnApplicationStarted: Hosting environment: Development
|
||
|
|
2024-07-06 16:25:50.1083|0|INFO|Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.NotifyStarted: Content root path: D:\workplace\Projects\PersonalProjects\ngaoda
|
||
|
|
2024-07-06 16:25:50.1083|0|DEBUG|Microsoft.Extensions.Hosting.Internal.HostingLoggerExtensions.Started: Hosting started
|
||
|
|
2024-07-06 16:25:50.3232|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.ConnectionDispatcher`1.StartAcceptingConnectionsCore: Connection id "0HN4TJMG3GAAI" accepted.
|
||
|
|
2024-07-06 16:25:50.3232|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJMG3GAAI" started.
|
||
|
|
2024-07-06 16:25:50.3331|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.ConnectionDispatcher`1.StartAcceptingConnectionsCore: Connection id "0HN4TJMG3GAAJ" accepted.
|
||
|
|
2024-07-06 16:25:50.3331|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJMG3GAAJ" started.
|
||
|
|
2024-07-06 16:25:50.3477|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.DoReceive: Connection id "0HN4TJMG3GAAI" received FIN.
|
||
|
|
2024-07-06 16:25:50.3477|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.DoReceive: Connection id "0HN4TJMG3GAAJ" received FIN.
|
||
|
|
2024-07-06 16:25:50.3585|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync: Failed to authenticate HTTPS connection.
|
||
|
|
System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.
|
||
|
|
at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken)
|
||
|
|
at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken)
|
||
|
|
at System.Net.Security.SslStream.ProcessAuthenticationWithTelemetryAsync(Boolean isAsync, CancellationToken cancellationToken)
|
||
|
|
at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context)
|
||
|
|
2024-07-06 16:25:50.3585|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync: Failed to authenticate HTTPS connection.
|
||
|
|
System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.
|
||
|
|
at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken)
|
||
|
|
at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken)
|
||
|
|
at System.Net.Security.SslStream.ProcessAuthenticationWithTelemetryAsync(Boolean isAsync, CancellationToken cancellationToken)
|
||
|
|
at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context)
|
||
|
|
2024-07-06 16:25:50.4623|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJMG3GAAJ" stopped.
|
||
|
|
2024-07-06 16:25:50.4623|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJMG3GAAI" stopped.
|
||
|
|
2024-07-06 16:25:50.4665|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.Shutdown: Connection id "0HN4TJMG3GAAI" sending FIN because: "The Socket transport's send loop completed gracefully."
|
||
|
|
2024-07-06 16:25:50.4665|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.Shutdown: Connection id "0HN4TJMG3GAAJ" sending FIN because: "The Socket transport's send loop completed gracefully."
|
||
|
|
2024-07-06 16:25:50.6086|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.ConnectionDispatcher`1.StartAcceptingConnectionsCore: Connection id "0HN4TJMG3GAAK" accepted.
|
||
|
|
2024-07-06 16:25:50.6086|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJMG3GAAK" started.
|
||
|
|
2024-07-06 16:25:50.6489|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddlewareLoggerExtensions.HttpsConnectionEstablished: Connection 0HN4TJMG3GAAK established using the following protocol: Tls13
|
||
|
|
2024-07-06 16:25:50.7187|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending SETTINGS frame for stream ID 0 with length 24 and flags NONE.
|
||
|
|
2024-07-06 16:25:50.7187|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0.
|
||
|
|
2024-07-06 16:25:50.7187|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJMG3GAAK" received SETTINGS frame for stream ID 0 with length 24 and flags NONE.
|
||
|
|
2024-07-06 16:25:50.7187|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending SETTINGS frame for stream ID 0 with length 0 and flags ACK.
|
||
|
|
2024-07-06 16:25:50.7187|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJMG3GAAK" received WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0.
|
||
|
|
2024-07-06 16:25:50.7187|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJMG3GAAK" received HEADERS frame for stream ID 1 with length 508 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:25:50.7424|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJMG3GAAK" received SETTINGS frame for stream ID 0 with length 0 and flags ACK.
|
||
|
|
2024-07-06 16:25:50.7880|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/swagger - - -
|
||
|
|
2024-07-06 16:25:50.9442|0|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Configure: Wildcard detected, all requests with hosts will be allowed.
|
||
|
|
2024-07-06 16:25:50.9442|0|TRACE|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Invoke: All hosts are allowed.
|
||
|
|
2024-07-06 16:25:50.9602|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: No candidates found for the request path '/swagger'
|
||
|
|
2024-07-06 16:25:50.9602|0|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetRoutingAndContinue: Request did not match any endpoints
|
||
|
|
2024-07-06 16:25:51.0189|0|DEBUG|Microsoft.AspNetCore.Rewrite.RewriteMiddleware.RunRules: Request is continuing in applying rules. Current url is https://localhost:7065/swagger
|
||
|
|
2024-07-06 16:25:51.0189|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.TryServeStaticFile: The request path /swagger does not match an existing file
|
||
|
|
2024-07-06 16:25:51.0314|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending HEADERS frame for stream ID 1 with length 69 and flags END_STREAM, END_HEADERS.
|
||
|
|
2024-07-06 16:25:51.0314|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/swagger - 301 0 - 249.0705ms
|
||
|
|
2024-07-06 16:25:51.0314|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJMG3GAAK" received HEADERS frame for stream ID 3 with length 38 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:25:51.0314|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/swagger/index.html - - -
|
||
|
|
2024-07-06 16:25:51.0314|0|TRACE|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Invoke: All hosts are allowed.
|
||
|
|
2024-07-06 16:25:51.0314|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: No candidates found for the request path '/swagger/index.html'
|
||
|
|
2024-07-06 16:25:51.0314|0|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetRoutingAndContinue: Request did not match any endpoints
|
||
|
|
2024-07-06 16:25:51.0314|0|DEBUG|Microsoft.AspNetCore.Rewrite.RewriteMiddleware.RunRules: Request is continuing in applying rules. Current url is https://localhost:7065/swagger/index.html
|
||
|
|
2024-07-06 16:25:51.0314|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.TryServeStaticFile: The request path /swagger/index.html does not match an existing file
|
||
|
|
2024-07-06 16:25:51.0720|0|DEBUG|Microsoft.WebTools.BrowserLink.Net.BrowserLinkMiddleware+Log.SetupResponseForBrowserLink: Response markup is scheduled to include Browser Link script injection.
|
||
|
|
2024-07-06 16:25:51.0720|0|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware+Log.SetupResponseForBrowserRefresh: Response markup is scheduled to include browser refresh script injection.
|
||
|
|
2024-07-06 16:25:51.0720|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending HEADERS frame for stream ID 3 with length 28 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:25:51.0813|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 3 with length 4096 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.0813|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 3 with length 986 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.0813|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 3 with length 81 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.0813|0|DEBUG|Microsoft.WebTools.BrowserLink.Net.BrowserLinkMiddleware+Log.BrowserConfiguredForBrowserLink: Response markup was updated to include Browser Link script injection.
|
||
|
|
2024-07-06 16:25:51.0813|0|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware+Log.BrowserConfiguredForRefreshes: Response markup was updated to include browser refresh script injection.
|
||
|
|
2024-07-06 16:25:51.0813|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 3 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 16:25:51.0813|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/swagger/index.html - 200 - text/html;charset=utf-8 50.8116ms
|
||
|
|
2024-07-06 16:25:51.1105|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJMG3GAAK" received HEADERS frame for stream ID 5 with length 114 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:25:51.1105|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJMG3GAAK" received HEADERS frame for stream ID 7 with length 59 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:25:51.1105|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/swagger/swagger-ui.css - - -
|
||
|
|
2024-07-06 16:25:51.1105|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJMG3GAAK" received HEADERS frame for stream ID 9 with length 52 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:25:51.1105|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/swagger/swagger-ui-bundle.js - - -
|
||
|
|
2024-07-06 16:25:51.1105|0|TRACE|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Invoke: All hosts are allowed.
|
||
|
|
2024-07-06 16:25:51.1105|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/swagger/swagger-ui-standalone-preset.js - - -
|
||
|
|
2024-07-06 16:25:51.1105|0|TRACE|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Invoke: All hosts are allowed.
|
||
|
|
2024-07-06 16:25:51.1105|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: No candidates found for the request path '/swagger/swagger-ui.css'
|
||
|
|
2024-07-06 16:25:51.1105|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: No candidates found for the request path '/swagger/swagger-ui-bundle.js'
|
||
|
|
2024-07-06 16:25:51.1105|0|TRACE|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Invoke: All hosts are allowed.
|
||
|
|
2024-07-06 16:25:51.1105|0|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetRoutingAndContinue: Request did not match any endpoints
|
||
|
|
2024-07-06 16:25:51.1105|0|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetRoutingAndContinue: Request did not match any endpoints
|
||
|
|
2024-07-06 16:25:51.1105|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: No candidates found for the request path '/swagger/swagger-ui-standalone-preset.js'
|
||
|
|
2024-07-06 16:25:51.1105|0|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetRoutingAndContinue: Request did not match any endpoints
|
||
|
|
2024-07-06 16:25:51.1105|0|DEBUG|Microsoft.AspNetCore.Rewrite.RewriteMiddleware.RunRules: Request is continuing in applying rules. Current url is https://localhost:7065/swagger/swagger-ui-bundle.js
|
||
|
|
2024-07-06 16:25:51.1105|0|DEBUG|Microsoft.AspNetCore.Rewrite.RewriteMiddleware.RunRules: Request is continuing in applying rules. Current url is https://localhost:7065/swagger/swagger-ui.css
|
||
|
|
2024-07-06 16:25:51.1105|0|DEBUG|Microsoft.AspNetCore.Rewrite.RewriteMiddleware.RunRules: Request is continuing in applying rules. Current url is https://localhost:7065/swagger/swagger-ui-standalone-preset.js
|
||
|
|
2024-07-06 16:25:51.1105|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.TryServeStaticFile: The request path /swagger/swagger-ui.css does not match an existing file
|
||
|
|
2024-07-06 16:25:51.1105|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.TryServeStaticFile: The request path /swagger/swagger-ui-bundle.js does not match an existing file
|
||
|
|
2024-07-06 16:25:51.1105|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.TryServeStaticFile: The request path /swagger/swagger-ui-standalone-preset.js does not match an existing file
|
||
|
|
2024-07-06 16:25:51.1105|0|TRACE|Microsoft.AspNetCore.Internal.RangeHelper.ParseRange: Range header's value is empty.
|
||
|
|
2024-07-06 16:25:51.1105|0|TRACE|Microsoft.AspNetCore.Internal.RangeHelper.ParseRange: Range header's value is empty.
|
||
|
|
2024-07-06 16:25:51.1105|0|TRACE|Microsoft.AspNetCore.Internal.RangeHelper.ParseRange: Range header's value is empty.
|
||
|
|
2024-07-06 16:25:51.1105|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending HEADERS frame for stream ID 5 with length 79 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:25:51.1105|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 5 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1105|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 5 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1105|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 5 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1105|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 5 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1105|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending HEADERS frame for stream ID 9 with length 50 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:25:51.1105|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 9 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1221|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 9 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1221|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 9 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1221|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 9 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1221|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending HEADERS frame for stream ID 7 with length 35 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:25:51.1221|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1221|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1221|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1221|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1221|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 5 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1221|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 5 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1221|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 5 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1221|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 5 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1221|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 9 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1221|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 9 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1221|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 9 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1221|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 9 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1221|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1221|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1221|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1221|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 5 with length 12871 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 9 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 9 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 9 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 9 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|INFO|Microsoft.AspNetCore.StaticFiles.LoggerExtensions.FileServedCore: Sending file. Request path: '/swagger-ui.css'. Physical path: 'N/A'
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 9 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 9 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/swagger/swagger-ui.css - 200 143943 text/css 30.8877ms
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 9 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 9 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 5 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 9 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 9 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 9 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 9 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJMG3GAAK" received HEADERS frame for stream ID 11 with length 53 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/_framework/aspnetcore-browser-refresh.js - - -
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 9 with length 11806 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|INFO|Microsoft.AspNetCore.StaticFiles.LoggerExtensions.FileServedCore: Sending file. Request path: '/swagger-ui-standalone-preset.js'. Physical path: 'N/A'
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 9 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/swagger/swagger-ui-standalone-preset.js - 200 339486 text/javascript 38.2033ms
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending HEADERS frame for stream ID 11 with length 60 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 11 with length 13748 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1392|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/_framework/aspnetcore-browser-refresh.js - 200 13748 application/javascript;+charset=utf-8 5.4270ms
|
||
|
|
2024-07-06 16:25:51.1544|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 11 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 16:25:51.1544|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1544|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1544|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1544|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1544|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1544|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1544|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJMG3GAAK" received HEADERS frame for stream ID 13 with length 34 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:25:51.1544|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1544|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1544|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/_vs/browserLink - - -
|
||
|
|
2024-07-06 16:25:51.1544|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1544|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1544|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1544|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1544|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1544|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1544|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1544|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1544|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1544|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1544|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1544|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1544|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1544|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1544|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1544|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1708|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1708|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1708|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1708|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1708|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1708|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1708|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1708|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1708|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1708|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1708|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1708|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1708|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1708|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 16384 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1708|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 14801 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.1708|0|INFO|Microsoft.AspNetCore.StaticFiles.LoggerExtensions.FileServedCore: Sending file. Request path: '/swagger-ui-bundle.js'. Physical path: 'N/A'
|
||
|
|
2024-07-06 16:25:51.1708|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 7 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 16:25:51.1708|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/swagger/swagger-ui-bundle.js - 200 1096145 text/javascript 66.0218ms
|
||
|
|
2024-07-06 16:25:51.2017|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending HEADERS frame for stream ID 13 with length 119 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:25:51.2017|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 13 with length 9986 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.2017|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 13 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.2017|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 13 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.2017|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 13 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.2017|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 13 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.2017|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 13 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.2017|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 13 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.2017|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 13 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.2017|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 13 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.2017|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 13 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.2017|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 13 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.2017|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 13 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.2017|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 13 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.2017|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 13 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.2017|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 13 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.2017|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 13 with length 160 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.2017|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 13 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 16:25:51.2017|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/_vs/browserLink - 200 - text/javascript;+charset=UTF-8 54.1213ms
|
||
|
|
2024-07-06 16:25:51.3771|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJMG3GAAK" received HEADERS frame for stream ID 15 with length 75 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:25:51.3771|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/swagger/v1/swagger.json - - -
|
||
|
|
2024-07-06 16:25:51.3771|0|TRACE|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Invoke: All hosts are allowed.
|
||
|
|
2024-07-06 16:25:51.3771|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: No candidates found for the request path '/swagger/v1/swagger.json'
|
||
|
|
2024-07-06 16:25:51.3771|0|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetRoutingAndContinue: Request did not match any endpoints
|
||
|
|
2024-07-06 16:25:51.3771|0|DEBUG|Microsoft.AspNetCore.Rewrite.RewriteMiddleware.RunRules: Request is continuing in applying rules. Current url is https://localhost:7065/swagger/v1/swagger.json
|
||
|
|
2024-07-06 16:25:51.3771|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.TryServeStaticFile: The request path /swagger/v1/swagger.json does not match an existing file
|
||
|
|
2024-07-06 16:25:51.4010|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJMG3GAAK" received HEADERS frame for stream ID 17 with length 98 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:25:51.4010|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/swagger/favicon-32x32.png - - -
|
||
|
|
2024-07-06 16:25:51.4010|0|TRACE|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Invoke: All hosts are allowed.
|
||
|
|
2024-07-06 16:25:51.4010|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: No candidates found for the request path '/swagger/favicon-32x32.png'
|
||
|
|
2024-07-06 16:25:51.4010|0|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetRoutingAndContinue: Request did not match any endpoints
|
||
|
|
2024-07-06 16:25:51.4010|0|DEBUG|Microsoft.AspNetCore.Rewrite.RewriteMiddleware.RunRules: Request is continuing in applying rules. Current url is https://localhost:7065/swagger/favicon-32x32.png
|
||
|
|
2024-07-06 16:25:51.4010|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.TryServeStaticFile: The request path /swagger/favicon-32x32.png does not match an existing file
|
||
|
|
2024-07-06 16:25:51.4010|0|TRACE|Microsoft.AspNetCore.Internal.RangeHelper.ParseRange: Range header's value is empty.
|
||
|
|
2024-07-06 16:25:51.4010|0|INFO|Microsoft.AspNetCore.StaticFiles.LoggerExtensions.FileServedCore: Sending file. Request path: '/favicon-32x32.png'. Physical path: 'N/A'
|
||
|
|
2024-07-06 16:25:51.4010|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending HEADERS frame for stream ID 17 with length 41 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:25:51.4010|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/swagger/favicon-32x32.png - 200 628 image/png 2.2003ms
|
||
|
|
2024-07-06 16:25:51.4010|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 17 with length 628 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.4040|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 17 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 16:25:51.4262|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/swagger/v1/swagger.json - 200 - application/json;charset=utf-8 48.5981ms
|
||
|
|
2024-07-06 16:25:51.4262|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending HEADERS frame for stream ID 15 with length 35 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:25:51.4262|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 15 with length 1539 and flags NONE.
|
||
|
|
2024-07-06 16:25:51.4262|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAK" sending DATA frame for stream ID 15 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 16:25:52.6095|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.DoReceive: Connection id "0HN4TJMG3GAAK" received FIN.
|
||
|
|
2024-07-06 16:25:52.6095|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteToOutputPipe: The connection queue processing loop for 0HN4TJMG3GAAK completed.
|
||
|
|
2024-07-06 16:25:52.6095|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelTrace+Http2Log.Http2ConnectionClosed: Connection id "0HN4TJMG3GAAK" is closed. The last processed stream ID was 17.
|
||
|
|
2024-07-06 16:25:52.6095|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.Shutdown: Connection id "0HN4TJMG3GAAK" sending FIN because: "The Socket transport's send loop completed gracefully."
|
||
|
|
2024-07-06 16:25:52.6232|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJMG3GAAK" stopped.
|
||
|
|
2024-07-06 16:26:27.7193|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.ConnectionDispatcher`1.StartAcceptingConnectionsCore: Connection id "0HN4TJMG3GAAL" accepted.
|
||
|
|
2024-07-06 16:26:27.7193|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJMG3GAAL" started.
|
||
|
|
2024-07-06 16:26:27.7193|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddlewareLoggerExtensions.HttpsConnectionEstablished: Connection 0HN4TJMG3GAAL established using the following protocol: Tls13
|
||
|
|
2024-07-06 16:26:27.7526|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAL" sending SETTINGS frame for stream ID 0 with length 24 and flags NONE.
|
||
|
|
2024-07-06 16:26:27.7526|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAL" sending WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0.
|
||
|
|
2024-07-06 16:26:27.7526|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJMG3GAAL" received SETTINGS frame for stream ID 0 with length 24 and flags NONE.
|
||
|
|
2024-07-06 16:26:27.7526|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJMG3GAAL" sending SETTINGS frame for stream ID 0 with length 0 and flags ACK.
|
||
|
|
2024-07-06 16:26:27.7526|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJMG3GAAL" received WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0.
|
||
|
|
2024-07-06 16:26:27.7526|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJMG3GAAL" received HEADERS frame for stream ID 1 with length 440 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:26:27.7526|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJMG3GAAL" received SETTINGS frame for stream ID 0 with length 0 and flags ACK.
|
||
|
|
2024-07-06 16:26:27.7526|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/ImageProcessing?path=1&w=680&h=0&q=100&dpr=1&fit=fill - - -
|
||
|
|
2024-07-06 16:26:27.7526|0|TRACE|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Invoke: All hosts are allowed.
|
||
|
|
2024-07-06 16:26:27.7526|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: 1 candidate(s) found for the request path '/ImageProcessing'
|
||
|
|
2024-07-06 16:26:27.7638|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: Endpoint 'ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda)' with route pattern 'ImageProcessing' is valid for the request path '/ImageProcessing'
|
||
|
|
2024-07-06 16:26:27.7638|0|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetRoutingAndContinue: Request matched endpoint 'ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda)'
|
||
|
|
2024-07-06 16:26:27.7638|0|TRACE|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetMaxRequestBodySize: The endpoint does not specify the IRequestSizeLimitMetadata.
|
||
|
|
2024-07-06 16:26:27.7638|0|DEBUG|Microsoft.AspNetCore.Rewrite.RewriteMiddleware.RunRules: Request is continuing in applying rules. Current url is https://localhost:7065/ImageProcessing?path=1&w=680&h=0&q=100&dpr=1&fit=fill
|
||
|
|
2024-07-06 16:26:27.7638|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke: Static files was skipped as the request already matched an endpoint.
|
||
|
|
2024-07-06 16:26:27.7638|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke: Static files was skipped as the request already matched an endpoint.
|
||
|
|
2024-07-06 16:26:27.7638|0|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware.Invoke: Executing endpoint 'ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda)'
|
||
|
|
2024-07-06 16:26:27.7949|0|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker+Log.ExecutingAction: Route matched with {action = "ProcessImage", controller = "ImageProcessing"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult ProcessImage(System.String, Int32, Int32, Int32, Int32, System.String) on controller ngaoda.Controllers.ImageProcessingController (ngaoda).
|
||
|
|
2024-07-06 16:26:27.7949|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of authorization filters (in the following order): None
|
||
|
|
2024-07-06 16:26:27.7949|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of resource filters (in the following order): None
|
||
|
|
2024-07-06 16:26:27.7949|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648), Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
||
|
|
2024-07-06 16:26:27.7949|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of exception filters (in the following order): None
|
||
|
|
2024-07-06 16:26:27.7949|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of result filters (in the following order): None
|
||
|
|
2024-07-06 16:26:27.8023|0|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ExecutingControllerFactory: Executing controller factory for controller ngaoda.Controllers.ImageProcessingController (ngaoda)
|
||
|
|
2024-07-06 16:26:27.8023|0|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ExecutedControllerFactory: Executed controller factory for controller ngaoda.Controllers.ImageProcessingController (ngaoda)
|
||
|
|
2024-07-06 16:26:27.8947|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'path' of type 'System.String' ...
|
||
|
|
2024-07-06 16:26:27.8947|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'path' of type 'System.String' using the name 'path' in request data ...
|
||
|
|
2024-07-06 16:26:27.8947|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'path' of type 'System.String'.
|
||
|
|
2024-07-06 16:26:27.8947|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'path' of type 'System.String'.
|
||
|
|
2024-07-06 16:26:27.8947|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'path' of type 'System.String' ...
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'path' of type 'System.String'.
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'w' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'w' of type 'System.Int32' using the name 'w' in request data ...
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'w' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'w' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'w' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'w' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'h' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'h' of type 'System.Int32' using the name 'h' in request data ...
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'h' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'h' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'h' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'h' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'q' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'q' of type 'System.Int32' using the name 'q' in request data ...
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'q' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'q' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'q' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'q' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'dpr' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'dpr' of type 'System.Int32' using the name 'dpr' in request data ...
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'dpr' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'dpr' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'dpr' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'dpr' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'fit' of type 'System.String' ...
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'fit' of type 'System.String' using the name 'fit' in request data ...
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'fit' of type 'System.String'.
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'fit' of type 'System.String'.
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'fit' of type 'System.String' ...
|
||
|
|
2024-07-06 16:26:27.9073|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'fit' of type 'System.String'.
|
||
|
|
2024-07-06 16:26:27.9073|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next: Action Filter: Before executing OnActionExecutionAsync on filter Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter.
|
||
|
|
2024-07-06 16:26:27.9073|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next: Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter.
|
||
|
|
2024-07-06 16:26:27.9073|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next: Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter.
|
||
|
|
2024-07-06 16:26:27.9270|0|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ActionMethodExecuting: Executing action method ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda) - Validation state: Valid
|
||
|
|
2024-07-06 16:26:27.9270|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ActionMethodExecuting: Executing action method ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda) with arguments (1, 680, 0, 100, 1, fill)
|
||
|
|
2024-07-06 16:26:49.5849|0|DEBUG|Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor: Registered model binder providers, in the following order: Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BinderTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ServicesModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.HeaderModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FloatingPointTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.EnumTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.TryParseModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CancellationTokenModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ByteArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormFileModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormCollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.KeyValuePairModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DictionaryModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ComplexObjectModelBinderProvider
|
||
|
|
2024-07-06 16:26:49.6758|0|DEBUG|Microsoft.Extensions.Hosting.Internal.HostingLoggerExtensions.Starting: Hosting starting
|
||
|
|
2024-07-06 16:26:49.7988|0|WARN|Microsoft.Extensions.Internal.ActivatorUtilities+ConstructorMatcher.CreateInstance: The WebRootPath was not found: D:\workplace\Projects\PersonalProjects\ngaoda\wwwroot. Static files may be unavailable.
|
||
|
|
2024-07-06 16:26:49.9233|0|INFO|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Now listening on: https://localhost:7065
|
||
|
|
2024-07-06 16:26:49.9233|0|INFO|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Now listening on: http://localhost:5086
|
||
|
|
2024-07-06 16:26:49.9233|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly ngaoda
|
||
|
|
2024-07-06 16:26:49.9233|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly Microsoft.WebTools.ApiEndpointDiscovery
|
||
|
|
2024-07-06 16:26:49.9233|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
|
||
|
|
2024-07-06 16:26:49.9233|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
|
||
|
|
2024-07-06 16:26:49.9654|0|INFO|Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.OnApplicationStarted: Application started. Press Ctrl+C to shut down.
|
||
|
|
2024-07-06 16:26:49.9677|0|INFO|Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.OnApplicationStarted: Hosting environment: Development
|
||
|
|
2024-07-06 16:26:49.9677|0|INFO|Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.NotifyStarted: Content root path: D:\workplace\Projects\PersonalProjects\ngaoda
|
||
|
|
2024-07-06 16:26:49.9677|0|DEBUG|Microsoft.Extensions.Hosting.Internal.HostingLoggerExtensions.Started: Hosting started
|
||
|
|
2024-07-06 16:26:50.3417|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.DoReceive: Connection id "0HN4TJN1VSHM4" received FIN.
|
||
|
|
2024-07-06 16:26:50.3417|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.DoReceive: Connection id "0HN4TJN1VSHM3" received FIN.
|
||
|
|
2024-07-06 16:26:50.3417|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.ConnectionDispatcher`1.StartAcceptingConnectionsCore: Connection id "0HN4TJN1VSHM3" accepted.
|
||
|
|
2024-07-06 16:26:50.3417|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.ConnectionDispatcher`1.StartAcceptingConnectionsCore: Connection id "0HN4TJN1VSHM4" accepted.
|
||
|
|
2024-07-06 16:26:50.3417|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJN1VSHM3" started.
|
||
|
|
2024-07-06 16:26:50.3417|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJN1VSHM4" started.
|
||
|
|
2024-07-06 16:26:50.3623|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync: Failed to authenticate HTTPS connection.
|
||
|
|
System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.
|
||
|
|
at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken)
|
||
|
|
at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken)
|
||
|
|
at System.Net.Security.SslStream.ProcessAuthenticationWithTelemetryAsync(Boolean isAsync, CancellationToken cancellationToken)
|
||
|
|
at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context)
|
||
|
|
2024-07-06 16:26:50.3623|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync: Failed to authenticate HTTPS connection.
|
||
|
|
System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.
|
||
|
|
at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken)
|
||
|
|
at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken)
|
||
|
|
at System.Net.Security.SslStream.ProcessAuthenticationWithTelemetryAsync(Boolean isAsync, CancellationToken cancellationToken)
|
||
|
|
at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context)
|
||
|
|
2024-07-06 16:26:50.3842|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJN1VSHM3" stopped.
|
||
|
|
2024-07-06 16:26:50.3842|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJN1VSHM4" stopped.
|
||
|
|
2024-07-06 16:26:50.3842|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.Shutdown: Connection id "0HN4TJN1VSHM4" sending FIN because: "The Socket transport's send loop completed gracefully."
|
||
|
|
2024-07-06 16:26:50.3842|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.Shutdown: Connection id "0HN4TJN1VSHM3" sending FIN because: "The Socket transport's send loop completed gracefully."
|
||
|
|
2024-07-06 16:26:50.5913|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.ConnectionDispatcher`1.StartAcceptingConnectionsCore: Connection id "0HN4TJN1VSHM5" accepted.
|
||
|
|
2024-07-06 16:26:50.5919|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJN1VSHM5" started.
|
||
|
|
2024-07-06 16:26:50.6290|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddlewareLoggerExtensions.HttpsConnectionEstablished: Connection 0HN4TJN1VSHM5 established using the following protocol: Tls13
|
||
|
|
2024-07-06 16:26:50.6538|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending SETTINGS frame for stream ID 0 with length 24 and flags NONE.
|
||
|
|
2024-07-06 16:26:50.6538|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0.
|
||
|
|
2024-07-06 16:26:50.6538|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJN1VSHM5" received SETTINGS frame for stream ID 0 with length 24 and flags NONE.
|
||
|
|
2024-07-06 16:26:50.6538|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending SETTINGS frame for stream ID 0 with length 0 and flags ACK.
|
||
|
|
2024-07-06 16:26:50.6538|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJN1VSHM5" received WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0.
|
||
|
|
2024-07-06 16:26:50.6538|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJN1VSHM5" received HEADERS frame for stream ID 1 with length 516 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:26:50.6716|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJN1VSHM5" received SETTINGS frame for stream ID 0 with length 0 and flags ACK.
|
||
|
|
2024-07-06 16:26:50.6918|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/swagger/index.html - - -
|
||
|
|
2024-07-06 16:26:50.7741|0|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Configure: Wildcard detected, all requests with hosts will be allowed.
|
||
|
|
2024-07-06 16:26:50.7741|0|TRACE|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Invoke: All hosts are allowed.
|
||
|
|
2024-07-06 16:26:50.7855|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: No candidates found for the request path '/swagger/index.html'
|
||
|
|
2024-07-06 16:26:50.7855|0|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetRoutingAndContinue: Request did not match any endpoints
|
||
|
|
2024-07-06 16:26:50.8019|0|DEBUG|Microsoft.AspNetCore.Rewrite.RewriteMiddleware.RunRules: Request is continuing in applying rules. Current url is https://localhost:7065/swagger/index.html
|
||
|
|
2024-07-06 16:26:50.8019|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.TryServeStaticFile: The request path /swagger/index.html does not match an existing file
|
||
|
|
2024-07-06 16:26:50.8357|0|DEBUG|Microsoft.WebTools.BrowserLink.Net.BrowserLinkMiddleware+Log.SetupResponseForBrowserLink: Response markup is scheduled to include Browser Link script injection.
|
||
|
|
2024-07-06 16:26:50.8357|0|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware+Log.SetupResponseForBrowserRefresh: Response markup is scheduled to include browser refresh script injection.
|
||
|
|
2024-07-06 16:26:50.8357|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending HEADERS frame for stream ID 1 with length 66 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:26:50.8449|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending DATA frame for stream ID 1 with length 4096 and flags NONE.
|
||
|
|
2024-07-06 16:26:50.8449|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending DATA frame for stream ID 1 with length 986 and flags NONE.
|
||
|
|
2024-07-06 16:26:50.8449|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending DATA frame for stream ID 1 with length 81 and flags NONE.
|
||
|
|
2024-07-06 16:26:50.8449|0|DEBUG|Microsoft.WebTools.BrowserLink.Net.BrowserLinkMiddleware+Log.BrowserConfiguredForBrowserLink: Response markup was updated to include Browser Link script injection.
|
||
|
|
2024-07-06 16:26:50.8449|0|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware+Log.BrowserConfiguredForRefreshes: Response markup was updated to include browser refresh script injection.
|
||
|
|
2024-07-06 16:26:50.8449|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending DATA frame for stream ID 1 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 16:26:50.8449|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/swagger/index.html - 200 - text/html;charset=utf-8 168.8978ms
|
||
|
|
2024-07-06 16:26:50.8814|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJN1VSHM5" received HEADERS frame for stream ID 3 with length 116 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:26:50.8814|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJN1VSHM5" received HEADERS frame for stream ID 5 with length 58 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:26:50.8814|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/_framework/aspnetcore-browser-refresh.js - - -
|
||
|
|
2024-07-06 16:26:50.8814|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/_vs/browserLink - - -
|
||
|
|
2024-07-06 16:26:50.8814|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending HEADERS frame for stream ID 3 with length 60 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:26:50.8814|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending DATA frame for stream ID 3 with length 13748 and flags NONE.
|
||
|
|
2024-07-06 16:26:50.8933|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending DATA frame for stream ID 3 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 16:26:50.8933|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/_framework/aspnetcore-browser-refresh.js - 200 13748 application/javascript;+charset=utf-8 10.4504ms
|
||
|
|
2024-07-06 16:26:50.9141|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending HEADERS frame for stream ID 5 with length 119 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:26:50.9141|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending DATA frame for stream ID 5 with length 9986 and flags NONE.
|
||
|
|
2024-07-06 16:26:50.9141|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:26:50.9141|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:26:50.9141|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:26:50.9141|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:26:50.9141|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:26:50.9141|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:26:50.9141|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:26:50.9141|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:26:50.9196|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:26:50.9196|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:26:50.9196|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:26:50.9196|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:26:50.9196|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:26:50.9196|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:26:50.9196|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending DATA frame for stream ID 5 with length 160 and flags NONE.
|
||
|
|
2024-07-06 16:26:50.9196|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending DATA frame for stream ID 5 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 16:26:50.9196|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/_vs/browserLink - 200 - text/javascript;+charset=UTF-8 39.3909ms
|
||
|
|
2024-07-06 16:26:51.0508|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJN1VSHM5" received HEADERS frame for stream ID 7 with length 75 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:26:51.0508|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/swagger/v1/swagger.json - - -
|
||
|
|
2024-07-06 16:26:51.0508|0|TRACE|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Invoke: All hosts are allowed.
|
||
|
|
2024-07-06 16:26:51.0508|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: No candidates found for the request path '/swagger/v1/swagger.json'
|
||
|
|
2024-07-06 16:26:51.0508|0|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetRoutingAndContinue: Request did not match any endpoints
|
||
|
|
2024-07-06 16:26:51.0508|0|DEBUG|Microsoft.AspNetCore.Rewrite.RewriteMiddleware.RunRules: Request is continuing in applying rules. Current url is https://localhost:7065/swagger/v1/swagger.json
|
||
|
|
2024-07-06 16:26:51.0508|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.TryServeStaticFile: The request path /swagger/v1/swagger.json does not match an existing file
|
||
|
|
2024-07-06 16:26:51.1066|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending HEADERS frame for stream ID 7 with length 35 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:26:51.1066|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/swagger/v1/swagger.json - 200 - application/json;charset=utf-8 55.3049ms
|
||
|
|
2024-07-06 16:26:51.1066|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending DATA frame for stream ID 7 with length 1539 and flags NONE.
|
||
|
|
2024-07-06 16:26:51.1066|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJN1VSHM5" sending DATA frame for stream ID 7 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 16:26:55.1347|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJN1VSHM5" received HEADERS frame for stream ID 9 with length 65 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:26:55.1347|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/ImageProcessing?path=sss&w=680&h=0&q=100&dpr=1&fit=fill - - -
|
||
|
|
2024-07-06 16:26:55.1347|0|TRACE|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Invoke: All hosts are allowed.
|
||
|
|
2024-07-06 16:26:55.1347|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: 1 candidate(s) found for the request path '/ImageProcessing'
|
||
|
|
2024-07-06 16:26:55.1347|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: Endpoint 'ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda)' with route pattern 'ImageProcessing' is valid for the request path '/ImageProcessing'
|
||
|
|
2024-07-06 16:26:55.1347|0|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetRoutingAndContinue: Request matched endpoint 'ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda)'
|
||
|
|
2024-07-06 16:26:55.1347|0|TRACE|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetMaxRequestBodySize: The endpoint does not specify the IRequestSizeLimitMetadata.
|
||
|
|
2024-07-06 16:26:55.1347|0|DEBUG|Microsoft.AspNetCore.Rewrite.RewriteMiddleware.RunRules: Request is continuing in applying rules. Current url is https://localhost:7065/ImageProcessing?path=sss&w=680&h=0&q=100&dpr=1&fit=fill
|
||
|
|
2024-07-06 16:26:55.1347|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke: Static files was skipped as the request already matched an endpoint.
|
||
|
|
2024-07-06 16:26:55.1347|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke: Static files was skipped as the request already matched an endpoint.
|
||
|
|
2024-07-06 16:26:55.1347|0|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware.Invoke: Executing endpoint 'ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda)'
|
||
|
|
2024-07-06 16:26:55.1650|0|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker+Log.ExecutingAction: Route matched with {action = "ProcessImage", controller = "ImageProcessing"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult ProcessImage(System.String, Int32, Int32, Int32, Int32, System.String) on controller ngaoda.Controllers.ImageProcessingController (ngaoda).
|
||
|
|
2024-07-06 16:26:55.1650|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of authorization filters (in the following order): None
|
||
|
|
2024-07-06 16:26:55.1650|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of resource filters (in the following order): None
|
||
|
|
2024-07-06 16:26:55.1650|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648), Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
||
|
|
2024-07-06 16:26:55.1650|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of exception filters (in the following order): None
|
||
|
|
2024-07-06 16:26:55.1650|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of result filters (in the following order): None
|
||
|
|
2024-07-06 16:26:55.1692|0|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ExecutingControllerFactory: Executing controller factory for controller ngaoda.Controllers.ImageProcessingController (ngaoda)
|
||
|
|
2024-07-06 16:26:55.1692|0|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ExecutedControllerFactory: Executed controller factory for controller ngaoda.Controllers.ImageProcessingController (ngaoda)
|
||
|
|
2024-07-06 16:26:55.1919|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'path' of type 'System.String' ...
|
||
|
|
2024-07-06 16:26:55.1919|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'path' of type 'System.String' using the name 'path' in request data ...
|
||
|
|
2024-07-06 16:26:55.1919|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'path' of type 'System.String'.
|
||
|
|
2024-07-06 16:26:55.1919|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'path' of type 'System.String'.
|
||
|
|
2024-07-06 16:26:55.1919|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'path' of type 'System.String' ...
|
||
|
|
2024-07-06 16:26:55.1919|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'path' of type 'System.String'.
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'w' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'w' of type 'System.Int32' using the name 'w' in request data ...
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'w' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'w' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'w' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'w' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'h' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'h' of type 'System.Int32' using the name 'h' in request data ...
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'h' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'h' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'h' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'h' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'q' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'q' of type 'System.Int32' using the name 'q' in request data ...
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'q' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'q' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'q' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'q' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'dpr' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'dpr' of type 'System.Int32' using the name 'dpr' in request data ...
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'dpr' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'dpr' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'dpr' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'dpr' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'fit' of type 'System.String' ...
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'fit' of type 'System.String' using the name 'fit' in request data ...
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'fit' of type 'System.String'.
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'fit' of type 'System.String'.
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'fit' of type 'System.String' ...
|
||
|
|
2024-07-06 16:26:55.2006|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'fit' of type 'System.String'.
|
||
|
|
2024-07-06 16:26:55.2006|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next: Action Filter: Before executing OnActionExecutionAsync on filter Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter.
|
||
|
|
2024-07-06 16:26:55.2006|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next: Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter.
|
||
|
|
2024-07-06 16:26:55.2006|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next: Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter.
|
||
|
|
2024-07-06 16:26:55.2006|0|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ActionMethodExecuting: Executing action method ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda) - Validation state: Valid
|
||
|
|
2024-07-06 16:26:55.2006|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ActionMethodExecuting: Executing action method ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda) with arguments (sss, 680, 0, 100, 1, fill)
|
||
|
|
2024-07-06 16:29:18.9116|0|DEBUG|Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor: Registered model binder providers, in the following order: Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BinderTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ServicesModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.HeaderModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FloatingPointTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.EnumTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.TryParseModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CancellationTokenModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ByteArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormFileModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormCollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.KeyValuePairModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DictionaryModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ComplexObjectModelBinderProvider
|
||
|
|
2024-07-06 16:29:18.9772|0|DEBUG|Microsoft.Extensions.Hosting.Internal.HostingLoggerExtensions.Starting: Hosting starting
|
||
|
|
2024-07-06 16:29:19.1707|0|INFO|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Now listening on: https://localhost:7065
|
||
|
|
2024-07-06 16:29:19.1707|0|INFO|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Now listening on: http://localhost:5086
|
||
|
|
2024-07-06 16:29:19.1707|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly ngaoda
|
||
|
|
2024-07-06 16:29:19.1707|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly Microsoft.WebTools.ApiEndpointDiscovery
|
||
|
|
2024-07-06 16:29:19.1707|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
|
||
|
|
2024-07-06 16:29:19.1707|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
|
||
|
|
2024-07-06 16:29:19.2154|0|INFO|Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.OnApplicationStarted: Application started. Press Ctrl+C to shut down.
|
||
|
|
2024-07-06 16:29:19.2175|0|INFO|Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.OnApplicationStarted: Hosting environment: Development
|
||
|
|
2024-07-06 16:29:19.2175|0|INFO|Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.NotifyStarted: Content root path: D:\workplace\Projects\PersonalProjects\ngaoda
|
||
|
|
2024-07-06 16:29:19.2175|0|DEBUG|Microsoft.Extensions.Hosting.Internal.HostingLoggerExtensions.Started: Hosting started
|
||
|
|
2024-07-06 16:29:19.5878|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.DoReceive: Connection id "0HN4TJOEF6NN0" received FIN.
|
||
|
|
2024-07-06 16:29:19.5878|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.DoReceive: Connection id "0HN4TJOEF6NN1" received FIN.
|
||
|
|
2024-07-06 16:29:19.5931|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.ConnectionDispatcher`1.StartAcceptingConnectionsCore: Connection id "0HN4TJOEF6NN0" accepted.
|
||
|
|
2024-07-06 16:29:19.5931|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.ConnectionDispatcher`1.StartAcceptingConnectionsCore: Connection id "0HN4TJOEF6NN1" accepted.
|
||
|
|
2024-07-06 16:29:19.5931|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJOEF6NN1" started.
|
||
|
|
2024-07-06 16:29:19.5931|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJOEF6NN0" started.
|
||
|
|
2024-07-06 16:29:19.6112|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync: Failed to authenticate HTTPS connection.
|
||
|
|
System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.
|
||
|
|
at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken)
|
||
|
|
at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken)
|
||
|
|
at System.Net.Security.SslStream.ProcessAuthenticationWithTelemetryAsync(Boolean isAsync, CancellationToken cancellationToken)
|
||
|
|
at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context)
|
||
|
|
2024-07-06 16:29:19.6112|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync: Failed to authenticate HTTPS connection.
|
||
|
|
System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.
|
||
|
|
at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken)
|
||
|
|
at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken)
|
||
|
|
at System.Net.Security.SslStream.ProcessAuthenticationWithTelemetryAsync(Boolean isAsync, CancellationToken cancellationToken)
|
||
|
|
at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context)
|
||
|
|
2024-07-06 16:29:19.6355|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJOEF6NN1" stopped.
|
||
|
|
2024-07-06 16:29:19.6355|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJOEF6NN0" stopped.
|
||
|
|
2024-07-06 16:29:19.6387|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.Shutdown: Connection id "0HN4TJOEF6NN1" sending FIN because: "The Socket transport's send loop completed gracefully."
|
||
|
|
2024-07-06 16:29:19.6387|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.Shutdown: Connection id "0HN4TJOEF6NN0" sending FIN because: "The Socket transport's send loop completed gracefully."
|
||
|
|
2024-07-06 16:29:19.9740|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.ConnectionDispatcher`1.StartAcceptingConnectionsCore: Connection id "0HN4TJOEF6NN2" accepted.
|
||
|
|
2024-07-06 16:29:19.9740|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJOEF6NN2" started.
|
||
|
|
2024-07-06 16:29:20.0156|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddlewareLoggerExtensions.HttpsConnectionEstablished: Connection 0HN4TJOEF6NN2 established using the following protocol: Tls13
|
||
|
|
2024-07-06 16:29:20.0387|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending SETTINGS frame for stream ID 0 with length 24 and flags NONE.
|
||
|
|
2024-07-06 16:29:20.0387|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0.
|
||
|
|
2024-07-06 16:29:20.0387|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJOEF6NN2" received SETTINGS frame for stream ID 0 with length 24 and flags NONE.
|
||
|
|
2024-07-06 16:29:20.0387|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending SETTINGS frame for stream ID 0 with length 0 and flags ACK.
|
||
|
|
2024-07-06 16:29:20.0387|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJOEF6NN2" received WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0.
|
||
|
|
2024-07-06 16:29:20.0387|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJOEF6NN2" received HEADERS frame for stream ID 1 with length 516 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:29:20.0691|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJOEF6NN2" received SETTINGS frame for stream ID 0 with length 0 and flags ACK.
|
||
|
|
2024-07-06 16:29:20.0836|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/swagger/index.html - - -
|
||
|
|
2024-07-06 16:29:20.1535|0|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Configure: Wildcard detected, all requests with hosts will be allowed.
|
||
|
|
2024-07-06 16:29:20.1541|0|TRACE|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Invoke: All hosts are allowed.
|
||
|
|
2024-07-06 16:29:20.1541|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: No candidates found for the request path '/swagger/index.html'
|
||
|
|
2024-07-06 16:29:20.1541|0|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetRoutingAndContinue: Request did not match any endpoints
|
||
|
|
2024-07-06 16:29:20.1803|0|DEBUG|Microsoft.AspNetCore.Rewrite.RewriteMiddleware.RunRules: Request is continuing in applying rules. Current url is https://localhost:7065/swagger/index.html
|
||
|
|
2024-07-06 16:29:20.1803|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.TryServeStaticFile: The request path /swagger/index.html does not match an existing file
|
||
|
|
2024-07-06 16:29:20.2174|0|DEBUG|Microsoft.WebTools.BrowserLink.Net.BrowserLinkMiddleware+Log.SetupResponseForBrowserLink: Response markup is scheduled to include Browser Link script injection.
|
||
|
|
2024-07-06 16:29:20.2174|0|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware+Log.SetupResponseForBrowserRefresh: Response markup is scheduled to include browser refresh script injection.
|
||
|
|
2024-07-06 16:29:20.2174|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending HEADERS frame for stream ID 1 with length 66 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:29:20.2174|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending DATA frame for stream ID 1 with length 4096 and flags NONE.
|
||
|
|
2024-07-06 16:29:20.2174|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending DATA frame for stream ID 1 with length 986 and flags NONE.
|
||
|
|
2024-07-06 16:29:20.2174|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending DATA frame for stream ID 1 with length 81 and flags NONE.
|
||
|
|
2024-07-06 16:29:20.2174|0|DEBUG|Microsoft.WebTools.BrowserLink.Net.BrowserLinkMiddleware+Log.BrowserConfiguredForBrowserLink: Response markup was updated to include Browser Link script injection.
|
||
|
|
2024-07-06 16:29:20.2174|0|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware+Log.BrowserConfiguredForRefreshes: Response markup was updated to include browser refresh script injection.
|
||
|
|
2024-07-06 16:29:20.2174|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending DATA frame for stream ID 1 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 16:29:20.2174|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/swagger/index.html - 200 - text/html;charset=utf-8 152.5722ms
|
||
|
|
2024-07-06 16:29:20.2563|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJOEF6NN2" received HEADERS frame for stream ID 3 with length 116 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:29:20.2563|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJOEF6NN2" received HEADERS frame for stream ID 5 with length 58 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:29:20.2563|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/_framework/aspnetcore-browser-refresh.js - - -
|
||
|
|
2024-07-06 16:29:20.2563|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/_vs/browserLink - - -
|
||
|
|
2024-07-06 16:29:20.2563|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending HEADERS frame for stream ID 3 with length 60 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:29:20.2563|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending DATA frame for stream ID 3 with length 13748 and flags NONE.
|
||
|
|
2024-07-06 16:29:20.2660|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending DATA frame for stream ID 3 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 16:29:20.2660|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/_framework/aspnetcore-browser-refresh.js - 200 13748 application/javascript;+charset=utf-8 8.4962ms
|
||
|
|
2024-07-06 16:29:20.2829|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending HEADERS frame for stream ID 5 with length 119 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:29:20.2829|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending DATA frame for stream ID 5 with length 9986 and flags NONE.
|
||
|
|
2024-07-06 16:29:20.2829|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:29:20.2829|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:29:20.2829|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:29:20.2829|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:29:20.2829|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:29:20.2829|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:29:20.2829|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:29:20.2829|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:29:20.2829|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:29:20.2829|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:29:20.2829|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:29:20.2829|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:29:20.2829|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:29:20.2829|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:29:20.2829|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending DATA frame for stream ID 5 with length 160 and flags NONE.
|
||
|
|
2024-07-06 16:29:20.2829|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending DATA frame for stream ID 5 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 16:29:20.2829|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/_vs/browserLink - 200 - text/javascript;+charset=UTF-8 34.3475ms
|
||
|
|
2024-07-06 16:29:20.3358|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJOEF6NN2" received HEADERS frame for stream ID 7 with length 75 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:29:20.3358|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/swagger/v1/swagger.json - - -
|
||
|
|
2024-07-06 16:29:20.3358|0|TRACE|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Invoke: All hosts are allowed.
|
||
|
|
2024-07-06 16:29:20.3358|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: No candidates found for the request path '/swagger/v1/swagger.json'
|
||
|
|
2024-07-06 16:29:20.3358|0|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetRoutingAndContinue: Request did not match any endpoints
|
||
|
|
2024-07-06 16:29:20.3358|0|DEBUG|Microsoft.AspNetCore.Rewrite.RewriteMiddleware.RunRules: Request is continuing in applying rules. Current url is https://localhost:7065/swagger/v1/swagger.json
|
||
|
|
2024-07-06 16:29:20.3358|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.TryServeStaticFile: The request path /swagger/v1/swagger.json does not match an existing file
|
||
|
|
2024-07-06 16:29:20.3840|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending HEADERS frame for stream ID 7 with length 35 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:29:20.3840|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/swagger/v1/swagger.json - 200 - application/json;charset=utf-8 47.6850ms
|
||
|
|
2024-07-06 16:29:20.3840|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending DATA frame for stream ID 7 with length 1539 and flags NONE.
|
||
|
|
2024-07-06 16:29:20.3840|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOEF6NN2" sending DATA frame for stream ID 7 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 16:29:23.6028|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJOEF6NN2" received HEADERS frame for stream ID 9 with length 68 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:29:23.6028|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/ImageProcessing?path=%C6%B0e&w=680&h=0&q=100&dpr=1&fit=fill - - -
|
||
|
|
2024-07-06 16:29:23.6028|0|TRACE|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Invoke: All hosts are allowed.
|
||
|
|
2024-07-06 16:29:23.6095|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: 1 candidate(s) found for the request path '/ImageProcessing'
|
||
|
|
2024-07-06 16:29:23.6095|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: Endpoint 'ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda)' with route pattern 'ImageProcessing' is valid for the request path '/ImageProcessing'
|
||
|
|
2024-07-06 16:29:23.6095|0|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetRoutingAndContinue: Request matched endpoint 'ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda)'
|
||
|
|
2024-07-06 16:29:23.6095|0|TRACE|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetMaxRequestBodySize: The endpoint does not specify the IRequestSizeLimitMetadata.
|
||
|
|
2024-07-06 16:29:23.6095|0|DEBUG|Microsoft.AspNetCore.Rewrite.RewriteMiddleware.RunRules: Request is continuing in applying rules. Current url is https://localhost:7065/ImageProcessing?path=%C6%B0e&w=680&h=0&q=100&dpr=1&fit=fill
|
||
|
|
2024-07-06 16:29:23.6095|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke: Static files was skipped as the request already matched an endpoint.
|
||
|
|
2024-07-06 16:29:23.6095|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke: Static files was skipped as the request already matched an endpoint.
|
||
|
|
2024-07-06 16:29:23.6095|0|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware.Invoke: Executing endpoint 'ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda)'
|
||
|
|
2024-07-06 16:29:23.6310|0|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker+Log.ExecutingAction: Route matched with {action = "ProcessImage", controller = "ImageProcessing"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult ProcessImage(System.String, Int32, Int32, Int32, Int32, System.String) on controller ngaoda.Controllers.ImageProcessingController (ngaoda).
|
||
|
|
2024-07-06 16:29:23.6310|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of authorization filters (in the following order): None
|
||
|
|
2024-07-06 16:29:23.6310|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of resource filters (in the following order): None
|
||
|
|
2024-07-06 16:29:23.6310|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648), Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
||
|
|
2024-07-06 16:29:23.6310|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of exception filters (in the following order): None
|
||
|
|
2024-07-06 16:29:23.6310|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of result filters (in the following order): None
|
||
|
|
2024-07-06 16:29:23.6310|0|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ExecutingControllerFactory: Executing controller factory for controller ngaoda.Controllers.ImageProcessingController (ngaoda)
|
||
|
|
2024-07-06 16:29:23.6310|0|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ExecutedControllerFactory: Executed controller factory for controller ngaoda.Controllers.ImageProcessingController (ngaoda)
|
||
|
|
2024-07-06 16:29:23.6508|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'path' of type 'System.String' ...
|
||
|
|
2024-07-06 16:29:23.6508|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'path' of type 'System.String' using the name 'path' in request data ...
|
||
|
|
2024-07-06 16:29:23.6508|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'path' of type 'System.String'.
|
||
|
|
2024-07-06 16:29:23.6508|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'path' of type 'System.String'.
|
||
|
|
2024-07-06 16:29:23.6508|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'path' of type 'System.String' ...
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'path' of type 'System.String'.
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'w' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'w' of type 'System.Int32' using the name 'w' in request data ...
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'w' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'w' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'w' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'w' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'h' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'h' of type 'System.Int32' using the name 'h' in request data ...
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'h' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'h' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'h' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'h' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'q' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'q' of type 'System.Int32' using the name 'q' in request data ...
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'q' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'q' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'q' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'q' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'dpr' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'dpr' of type 'System.Int32' using the name 'dpr' in request data ...
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'dpr' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'dpr' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'dpr' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'dpr' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'fit' of type 'System.String' ...
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'fit' of type 'System.String' using the name 'fit' in request data ...
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'fit' of type 'System.String'.
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'fit' of type 'System.String'.
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'fit' of type 'System.String' ...
|
||
|
|
2024-07-06 16:29:23.6564|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'fit' of type 'System.String'.
|
||
|
|
2024-07-06 16:29:23.6564|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next: Action Filter: Before executing OnActionExecutionAsync on filter Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter.
|
||
|
|
2024-07-06 16:29:23.6564|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next: Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter.
|
||
|
|
2024-07-06 16:29:23.6564|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next: Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter.
|
||
|
|
2024-07-06 16:29:23.6564|0|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ActionMethodExecuting: Executing action method ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda) - Validation state: Valid
|
||
|
|
2024-07-06 16:29:23.6564|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ActionMethodExecuting: Executing action method ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda) with arguments (ưe, 680, 0, 100, 1, fill)
|
||
|
|
2024-07-06 16:30:14.2919|0|DEBUG|Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor: Registered model binder providers, in the following order: Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BinderTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ServicesModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.HeaderModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FloatingPointTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.EnumTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.TryParseModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CancellationTokenModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ByteArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormFileModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormCollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.KeyValuePairModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DictionaryModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ComplexObjectModelBinderProvider
|
||
|
|
2024-07-06 16:30:14.3711|0|DEBUG|Microsoft.Extensions.Hosting.Internal.HostingLoggerExtensions.Starting: Hosting starting
|
||
|
|
2024-07-06 16:30:14.6130|0|INFO|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Now listening on: https://localhost:7065
|
||
|
|
2024-07-06 16:30:14.6130|0|INFO|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Now listening on: http://localhost:5086
|
||
|
|
2024-07-06 16:30:14.6130|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly ngaoda
|
||
|
|
2024-07-06 16:30:14.6130|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly Microsoft.WebTools.ApiEndpointDiscovery
|
||
|
|
2024-07-06 16:30:14.6130|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
|
||
|
|
2024-07-06 16:30:14.6130|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
|
||
|
|
2024-07-06 16:30:14.6347|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.DoReceive: Connection id "0HN4TJOUS5OP0" received FIN.
|
||
|
|
2024-07-06 16:30:14.6347|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.DoReceive: Connection id "0HN4TJOUS5OOV" received FIN.
|
||
|
|
2024-07-06 16:30:14.6395|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.ConnectionDispatcher`1.StartAcceptingConnectionsCore: Connection id "0HN4TJOUS5OOV" accepted.
|
||
|
|
2024-07-06 16:30:14.6395|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.ConnectionDispatcher`1.StartAcceptingConnectionsCore: Connection id "0HN4TJOUS5OP0" accepted.
|
||
|
|
2024-07-06 16:30:14.6395|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJOUS5OOV" started.
|
||
|
|
2024-07-06 16:30:14.6395|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJOUS5OP0" started.
|
||
|
|
2024-07-06 16:30:14.6663|0|INFO|Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.OnApplicationStarted: Application started. Press Ctrl+C to shut down.
|
||
|
|
2024-07-06 16:30:14.6722|0|INFO|Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.OnApplicationStarted: Hosting environment: Development
|
||
|
|
2024-07-06 16:30:14.6722|0|INFO|Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.NotifyStarted: Content root path: D:\workplace\Projects\PersonalProjects\ngaoda
|
||
|
|
2024-07-06 16:30:14.6722|0|DEBUG|Microsoft.Extensions.Hosting.Internal.HostingLoggerExtensions.Started: Hosting started
|
||
|
|
2024-07-06 16:30:14.6722|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync: Failed to authenticate HTTPS connection.
|
||
|
|
System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.
|
||
|
|
at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken)
|
||
|
|
at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken)
|
||
|
|
at System.Net.Security.SslStream.ProcessAuthenticationWithTelemetryAsync(Boolean isAsync, CancellationToken cancellationToken)
|
||
|
|
at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context)
|
||
|
|
2024-07-06 16:30:14.6722|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync: Failed to authenticate HTTPS connection.
|
||
|
|
System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.
|
||
|
|
at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken)
|
||
|
|
at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken)
|
||
|
|
at System.Net.Security.SslStream.ProcessAuthenticationWithTelemetryAsync(Boolean isAsync, CancellationToken cancellationToken)
|
||
|
|
at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context)
|
||
|
|
2024-07-06 16:30:14.7087|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJOUS5OP0" stopped.
|
||
|
|
2024-07-06 16:30:14.7087|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJOUS5OOV" stopped.
|
||
|
|
2024-07-06 16:30:14.7087|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.Shutdown: Connection id "0HN4TJOUS5OP0" sending FIN because: "The Socket transport's send loop completed gracefully."
|
||
|
|
2024-07-06 16:30:14.7087|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.Shutdown: Connection id "0HN4TJOUS5OOV" sending FIN because: "The Socket transport's send loop completed gracefully."
|
||
|
|
2024-07-06 16:30:14.9341|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.ConnectionDispatcher`1.StartAcceptingConnectionsCore: Connection id "0HN4TJOUS5OP1" accepted.
|
||
|
|
2024-07-06 16:30:14.9341|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJOUS5OP1" started.
|
||
|
|
2024-07-06 16:30:14.9810|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddlewareLoggerExtensions.HttpsConnectionEstablished: Connection 0HN4TJOUS5OP1 established using the following protocol: Tls13
|
||
|
|
2024-07-06 16:30:15.0061|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending SETTINGS frame for stream ID 0 with length 24 and flags NONE.
|
||
|
|
2024-07-06 16:30:15.0061|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0.
|
||
|
|
2024-07-06 16:30:15.0061|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJOUS5OP1" received SETTINGS frame for stream ID 0 with length 24 and flags NONE.
|
||
|
|
2024-07-06 16:30:15.0148|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending SETTINGS frame for stream ID 0 with length 0 and flags ACK.
|
||
|
|
2024-07-06 16:30:15.0148|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJOUS5OP1" received WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0.
|
||
|
|
2024-07-06 16:30:15.0148|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJOUS5OP1" received HEADERS frame for stream ID 1 with length 516 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:30:15.0371|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJOUS5OP1" received SETTINGS frame for stream ID 0 with length 0 and flags ACK.
|
||
|
|
2024-07-06 16:30:15.0524|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/swagger/index.html - - -
|
||
|
|
2024-07-06 16:30:15.1342|0|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Configure: Wildcard detected, all requests with hosts will be allowed.
|
||
|
|
2024-07-06 16:30:15.1342|0|TRACE|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Invoke: All hosts are allowed.
|
||
|
|
2024-07-06 16:30:15.1477|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: No candidates found for the request path '/swagger/index.html'
|
||
|
|
2024-07-06 16:30:15.1477|0|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetRoutingAndContinue: Request did not match any endpoints
|
||
|
|
2024-07-06 16:30:15.1649|0|DEBUG|Microsoft.AspNetCore.Rewrite.RewriteMiddleware.RunRules: Request is continuing in applying rules. Current url is https://localhost:7065/swagger/index.html
|
||
|
|
2024-07-06 16:30:15.1649|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.TryServeStaticFile: The request path /swagger/index.html does not match an existing file
|
||
|
|
2024-07-06 16:30:15.2007|0|DEBUG|Microsoft.WebTools.BrowserLink.Net.BrowserLinkMiddleware+Log.SetupResponseForBrowserLink: Response markup is scheduled to include Browser Link script injection.
|
||
|
|
2024-07-06 16:30:15.2007|0|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware+Log.SetupResponseForBrowserRefresh: Response markup is scheduled to include browser refresh script injection.
|
||
|
|
2024-07-06 16:30:15.2044|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending HEADERS frame for stream ID 1 with length 66 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:30:15.2044|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending DATA frame for stream ID 1 with length 4096 and flags NONE.
|
||
|
|
2024-07-06 16:30:15.2044|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending DATA frame for stream ID 1 with length 986 and flags NONE.
|
||
|
|
2024-07-06 16:30:15.2044|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending DATA frame for stream ID 1 with length 81 and flags NONE.
|
||
|
|
2024-07-06 16:30:15.2044|0|DEBUG|Microsoft.WebTools.BrowserLink.Net.BrowserLinkMiddleware+Log.BrowserConfiguredForBrowserLink: Response markup was updated to include Browser Link script injection.
|
||
|
|
2024-07-06 16:30:15.2044|0|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware+Log.BrowserConfiguredForRefreshes: Response markup was updated to include browser refresh script injection.
|
||
|
|
2024-07-06 16:30:15.2175|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending DATA frame for stream ID 1 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 16:30:15.2175|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/swagger/index.html - 200 - text/html;charset=utf-8 171.9773ms
|
||
|
|
2024-07-06 16:30:15.2429|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJOUS5OP1" received HEADERS frame for stream ID 3 with length 116 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:30:15.2429|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJOUS5OP1" received HEADERS frame for stream ID 5 with length 58 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:30:15.2429|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/_framework/aspnetcore-browser-refresh.js - - -
|
||
|
|
2024-07-06 16:30:15.2429|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/_vs/browserLink - - -
|
||
|
|
2024-07-06 16:30:15.2429|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending HEADERS frame for stream ID 3 with length 60 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:30:15.2429|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending DATA frame for stream ID 3 with length 13748 and flags NONE.
|
||
|
|
2024-07-06 16:30:15.2486|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending DATA frame for stream ID 3 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 16:30:15.2486|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/_framework/aspnetcore-browser-refresh.js - 200 13748 application/javascript;+charset=utf-8 4.5718ms
|
||
|
|
2024-07-06 16:30:15.2690|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending HEADERS frame for stream ID 5 with length 149 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:30:15.2690|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending DATA frame for stream ID 5 with length 9986 and flags NONE.
|
||
|
|
2024-07-06 16:30:15.2690|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:30:15.2690|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:30:15.2690|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:30:15.2690|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:30:15.2690|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:30:15.2690|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:30:15.2690|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:30:15.2690|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:30:15.2690|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:30:15.2690|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:30:15.2690|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:30:15.2690|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:30:15.2690|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:30:15.2690|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:30:15.2690|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending DATA frame for stream ID 5 with length 160 and flags NONE.
|
||
|
|
2024-07-06 16:30:15.2690|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending DATA frame for stream ID 5 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 16:30:15.2690|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/_vs/browserLink - 200 - text/javascript;+charset=UTF-8 34.1301ms
|
||
|
|
2024-07-06 16:30:15.3257|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJOUS5OP1" received HEADERS frame for stream ID 7 with length 75 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:30:15.3266|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/swagger/v1/swagger.json - - -
|
||
|
|
2024-07-06 16:30:15.3266|0|TRACE|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Invoke: All hosts are allowed.
|
||
|
|
2024-07-06 16:30:15.3266|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: No candidates found for the request path '/swagger/v1/swagger.json'
|
||
|
|
2024-07-06 16:30:15.3266|0|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetRoutingAndContinue: Request did not match any endpoints
|
||
|
|
2024-07-06 16:30:15.3266|0|DEBUG|Microsoft.AspNetCore.Rewrite.RewriteMiddleware.RunRules: Request is continuing in applying rules. Current url is https://localhost:7065/swagger/v1/swagger.json
|
||
|
|
2024-07-06 16:30:15.3266|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.TryServeStaticFile: The request path /swagger/v1/swagger.json does not match an existing file
|
||
|
|
2024-07-06 16:30:15.3777|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/swagger/v1/swagger.json - 200 - application/json;charset=utf-8 51.4449ms
|
||
|
|
2024-07-06 16:30:15.3777|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending HEADERS frame for stream ID 7 with length 35 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:30:15.3777|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending DATA frame for stream ID 7 with length 1539 and flags NONE.
|
||
|
|
2024-07-06 16:30:15.3777|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP1" sending DATA frame for stream ID 7 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 16:30:18.0606|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.DoReceive: Connection id "0HN4TJOUS5OP1" received FIN.
|
||
|
|
2024-07-06 16:30:18.0606|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteToOutputPipe: The connection queue processing loop for 0HN4TJOUS5OP1 completed.
|
||
|
|
2024-07-06 16:30:18.0606|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelTrace+Http2Log.Http2ConnectionClosed: Connection id "0HN4TJOUS5OP1" is closed. The last processed stream ID was 7.
|
||
|
|
2024-07-06 16:30:18.0606|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.Shutdown: Connection id "0HN4TJOUS5OP1" sending FIN because: "The Socket transport's send loop completed gracefully."
|
||
|
|
2024-07-06 16:30:18.0794|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJOUS5OP1" stopped.
|
||
|
|
2024-07-06 16:30:22.0179|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.ConnectionDispatcher`1.StartAcceptingConnectionsCore: Connection id "0HN4TJOUS5OP2" accepted.
|
||
|
|
2024-07-06 16:30:22.0179|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJOUS5OP2" started.
|
||
|
|
2024-07-06 16:30:22.0179|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddlewareLoggerExtensions.HttpsConnectionEstablished: Connection 0HN4TJOUS5OP2 established using the following protocol: Tls13
|
||
|
|
2024-07-06 16:30:22.0179|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP2" sending SETTINGS frame for stream ID 0 with length 24 and flags NONE.
|
||
|
|
2024-07-06 16:30:22.0179|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP2" sending WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0.
|
||
|
|
2024-07-06 16:30:22.0179|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJOUS5OP2" received SETTINGS frame for stream ID 0 with length 24 and flags NONE.
|
||
|
|
2024-07-06 16:30:22.0179|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJOUS5OP2" sending SETTINGS frame for stream ID 0 with length 0 and flags ACK.
|
||
|
|
2024-07-06 16:30:22.0179|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJOUS5OP2" received WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0.
|
||
|
|
2024-07-06 16:30:22.0179|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJOUS5OP2" received HEADERS frame for stream ID 1 with length 440 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:30:22.0179|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJOUS5OP2" received SETTINGS frame for stream ID 0 with length 0 and flags ACK.
|
||
|
|
2024-07-06 16:30:22.0179|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/ImageProcessing?path=1&w=680&h=0&q=100&dpr=1&fit=fill - - -
|
||
|
|
2024-07-06 16:30:22.0179|0|TRACE|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Invoke: All hosts are allowed.
|
||
|
|
2024-07-06 16:30:22.0179|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: 1 candidate(s) found for the request path '/ImageProcessing'
|
||
|
|
2024-07-06 16:30:22.0355|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: Endpoint 'ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda)' with route pattern 'ImageProcessing' is valid for the request path '/ImageProcessing'
|
||
|
|
2024-07-06 16:30:22.0355|0|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetRoutingAndContinue: Request matched endpoint 'ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda)'
|
||
|
|
2024-07-06 16:30:22.0355|0|TRACE|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetMaxRequestBodySize: The endpoint does not specify the IRequestSizeLimitMetadata.
|
||
|
|
2024-07-06 16:30:22.0355|0|DEBUG|Microsoft.AspNetCore.Rewrite.RewriteMiddleware.RunRules: Request is continuing in applying rules. Current url is https://localhost:7065/ImageProcessing?path=1&w=680&h=0&q=100&dpr=1&fit=fill
|
||
|
|
2024-07-06 16:30:22.0355|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke: Static files was skipped as the request already matched an endpoint.
|
||
|
|
2024-07-06 16:30:22.0355|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke: Static files was skipped as the request already matched an endpoint.
|
||
|
|
2024-07-06 16:30:22.0449|0|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware.Invoke: Executing endpoint 'ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda)'
|
||
|
|
2024-07-06 16:30:22.0712|0|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker+Log.ExecutingAction: Route matched with {action = "ProcessImage", controller = "ImageProcessing"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult ProcessImage(System.String, Int32, Int32, Int32, Int32, System.String) on controller ngaoda.Controllers.ImageProcessingController (ngaoda).
|
||
|
|
2024-07-06 16:30:22.0712|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of authorization filters (in the following order): None
|
||
|
|
2024-07-06 16:30:22.0712|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of resource filters (in the following order): None
|
||
|
|
2024-07-06 16:30:22.0712|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648), Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
||
|
|
2024-07-06 16:30:22.0712|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of exception filters (in the following order): None
|
||
|
|
2024-07-06 16:30:22.0712|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of result filters (in the following order): None
|
||
|
|
2024-07-06 16:30:22.0712|0|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ExecutingControllerFactory: Executing controller factory for controller ngaoda.Controllers.ImageProcessingController (ngaoda)
|
||
|
|
2024-07-06 16:30:22.0791|0|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ExecutedControllerFactory: Executed controller factory for controller ngaoda.Controllers.ImageProcessingController (ngaoda)
|
||
|
|
2024-07-06 16:30:22.0956|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'path' of type 'System.String' ...
|
||
|
|
2024-07-06 16:30:22.0956|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'path' of type 'System.String' using the name 'path' in request data ...
|
||
|
|
2024-07-06 16:30:22.0956|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'path' of type 'System.String'.
|
||
|
|
2024-07-06 16:30:22.0956|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'path' of type 'System.String'.
|
||
|
|
2024-07-06 16:30:22.0956|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'path' of type 'System.String' ...
|
||
|
|
2024-07-06 16:30:22.0956|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'path' of type 'System.String'.
|
||
|
|
2024-07-06 16:30:22.0956|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'w' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:30:22.0956|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'w' of type 'System.Int32' using the name 'w' in request data ...
|
||
|
|
2024-07-06 16:30:22.0956|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'w' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:30:22.0956|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'w' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:30:22.0956|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'w' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:30:22.0956|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'w' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:30:22.0956|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'h' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:30:22.0956|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'h' of type 'System.Int32' using the name 'h' in request data ...
|
||
|
|
2024-07-06 16:30:22.0956|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'h' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:30:22.0956|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'h' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:30:22.0956|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'h' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:30:22.0956|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'h' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:30:22.0956|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'q' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:30:22.0956|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'q' of type 'System.Int32' using the name 'q' in request data ...
|
||
|
|
2024-07-06 16:30:22.0956|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'q' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:30:22.0956|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'q' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:30:22.0956|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'q' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:30:22.0956|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'q' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:30:22.0956|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'dpr' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:30:22.1130|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'dpr' of type 'System.Int32' using the name 'dpr' in request data ...
|
||
|
|
2024-07-06 16:30:22.1130|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'dpr' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:30:22.1130|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'dpr' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:30:22.1130|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'dpr' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:30:22.1130|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'dpr' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:30:22.1130|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'fit' of type 'System.String' ...
|
||
|
|
2024-07-06 16:30:22.1130|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'fit' of type 'System.String' using the name 'fit' in request data ...
|
||
|
|
2024-07-06 16:30:22.1130|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'fit' of type 'System.String'.
|
||
|
|
2024-07-06 16:30:22.1130|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'fit' of type 'System.String'.
|
||
|
|
2024-07-06 16:30:22.1130|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'fit' of type 'System.String' ...
|
||
|
|
2024-07-06 16:30:22.1130|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'fit' of type 'System.String'.
|
||
|
|
2024-07-06 16:30:22.1130|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next: Action Filter: Before executing OnActionExecutionAsync on filter Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter.
|
||
|
|
2024-07-06 16:30:22.1130|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next: Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter.
|
||
|
|
2024-07-06 16:30:22.1130|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next: Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter.
|
||
|
|
2024-07-06 16:30:22.1249|0|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ActionMethodExecuting: Executing action method ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda) - Validation state: Valid
|
||
|
|
2024-07-06 16:30:22.1249|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ActionMethodExecuting: Executing action method ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda) with arguments (1, 680, 0, 100, 1, fill)
|
||
|
|
2024-07-06 16:38:47.2915|0|DEBUG|Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor: Registered model binder providers, in the following order: Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BinderTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ServicesModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.HeaderModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FloatingPointTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.EnumTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.TryParseModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CancellationTokenModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ByteArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormFileModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormCollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.KeyValuePairModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DictionaryModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ComplexObjectModelBinderProvider
|
||
|
|
2024-07-06 16:38:47.3914|0|DEBUG|Microsoft.Extensions.Hosting.Internal.HostingLoggerExtensions.Starting: Hosting starting
|
||
|
|
2024-07-06 16:38:47.5961|0|INFO|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Now listening on: https://localhost:7065
|
||
|
|
2024-07-06 16:38:47.5961|0|INFO|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Now listening on: http://localhost:5086
|
||
|
|
2024-07-06 16:38:47.5961|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly ngaoda
|
||
|
|
2024-07-06 16:38:47.5961|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly Microsoft.WebTools.ApiEndpointDiscovery
|
||
|
|
2024-07-06 16:38:47.5961|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
|
||
|
|
2024-07-06 16:38:47.5961|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
|
||
|
|
2024-07-06 16:38:47.6582|0|INFO|Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.OnApplicationStarted: Application started. Press Ctrl+C to shut down.
|
||
|
|
2024-07-06 16:38:47.6582|0|INFO|Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.OnApplicationStarted: Hosting environment: Development
|
||
|
|
2024-07-06 16:38:47.6582|0|INFO|Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.NotifyStarted: Content root path: D:\workplace\Projects\PersonalProjects\ngaoda
|
||
|
|
2024-07-06 16:38:47.6582|0|DEBUG|Microsoft.Extensions.Hosting.Internal.HostingLoggerExtensions.Started: Hosting started
|
||
|
|
2024-07-06 16:38:47.9114|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.DoReceive: Connection id "0HN4TJTNR5DE2" received FIN.
|
||
|
|
2024-07-06 16:38:47.9114|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.ConnectionDispatcher`1.StartAcceptingConnectionsCore: Connection id "0HN4TJTNR5DE2" accepted.
|
||
|
|
2024-07-06 16:38:47.9114|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJTNR5DE2" started.
|
||
|
|
2024-07-06 16:38:47.9260|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync: Failed to authenticate HTTPS connection.
|
||
|
|
System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.
|
||
|
|
at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken)
|
||
|
|
at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken)
|
||
|
|
at System.Net.Security.SslStream.ProcessAuthenticationWithTelemetryAsync(Boolean isAsync, CancellationToken cancellationToken)
|
||
|
|
at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context)
|
||
|
|
2024-07-06 16:38:47.9503|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJTNR5DE2" stopped.
|
||
|
|
2024-07-06 16:38:47.9530|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.Shutdown: Connection id "0HN4TJTNR5DE2" sending FIN because: "The Socket transport's send loop completed gracefully."
|
||
|
|
2024-07-06 16:38:48.2031|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.ConnectionDispatcher`1.StartAcceptingConnectionsCore: Connection id "0HN4TJTNR5DE3" accepted.
|
||
|
|
2024-07-06 16:38:48.2031|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJTNR5DE3" started.
|
||
|
|
2024-07-06 16:38:48.2400|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddlewareLoggerExtensions.HttpsConnectionEstablished: Connection 0HN4TJTNR5DE3 established using the following protocol: Tls13
|
||
|
|
2024-07-06 16:38:48.2652|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending SETTINGS frame for stream ID 0 with length 24 and flags NONE.
|
||
|
|
2024-07-06 16:38:48.2652|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0.
|
||
|
|
2024-07-06 16:38:48.2652|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJTNR5DE3" received SETTINGS frame for stream ID 0 with length 24 and flags NONE.
|
||
|
|
2024-07-06 16:38:48.2652|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending SETTINGS frame for stream ID 0 with length 0 and flags ACK.
|
||
|
|
2024-07-06 16:38:48.2652|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJTNR5DE3" received WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0.
|
||
|
|
2024-07-06 16:38:48.2652|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJTNR5DE3" received HEADERS frame for stream ID 1 with length 516 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:38:48.2922|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJTNR5DE3" received SETTINGS frame for stream ID 0 with length 0 and flags ACK.
|
||
|
|
2024-07-06 16:38:48.3107|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/swagger/index.html - - -
|
||
|
|
2024-07-06 16:38:48.3833|0|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Configure: Wildcard detected, all requests with hosts will be allowed.
|
||
|
|
2024-07-06 16:38:48.3833|0|TRACE|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Invoke: All hosts are allowed.
|
||
|
|
2024-07-06 16:38:48.3938|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: No candidates found for the request path '/swagger/index.html'
|
||
|
|
2024-07-06 16:38:48.3938|0|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetRoutingAndContinue: Request did not match any endpoints
|
||
|
|
2024-07-06 16:38:48.4101|0|DEBUG|Microsoft.AspNetCore.Rewrite.RewriteMiddleware.RunRules: Request is continuing in applying rules. Current url is https://localhost:7065/swagger/index.html
|
||
|
|
2024-07-06 16:38:48.4101|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.TryServeStaticFile: The request path /swagger/index.html does not match an existing file
|
||
|
|
2024-07-06 16:38:48.4477|0|DEBUG|Microsoft.WebTools.BrowserLink.Net.BrowserLinkMiddleware+Log.SetupResponseForBrowserLink: Response markup is scheduled to include Browser Link script injection.
|
||
|
|
2024-07-06 16:38:48.4477|0|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware+Log.SetupResponseForBrowserRefresh: Response markup is scheduled to include browser refresh script injection.
|
||
|
|
2024-07-06 16:38:48.4511|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending HEADERS frame for stream ID 1 with length 66 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:38:48.4511|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending DATA frame for stream ID 1 with length 4096 and flags NONE.
|
||
|
|
2024-07-06 16:38:48.4511|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending DATA frame for stream ID 1 with length 986 and flags NONE.
|
||
|
|
2024-07-06 16:38:48.4511|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending DATA frame for stream ID 1 with length 81 and flags NONE.
|
||
|
|
2024-07-06 16:38:48.4511|0|DEBUG|Microsoft.WebTools.BrowserLink.Net.BrowserLinkMiddleware+Log.BrowserConfiguredForBrowserLink: Response markup was updated to include Browser Link script injection.
|
||
|
|
2024-07-06 16:38:48.4511|0|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware+Log.BrowserConfiguredForRefreshes: Response markup was updated to include browser refresh script injection.
|
||
|
|
2024-07-06 16:38:48.4511|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending DATA frame for stream ID 1 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 16:38:48.4511|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/swagger/index.html - 200 - text/html;charset=utf-8 156.9482ms
|
||
|
|
2024-07-06 16:38:48.4883|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJTNR5DE3" received HEADERS frame for stream ID 3 with length 116 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:38:48.4883|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJTNR5DE3" received HEADERS frame for stream ID 5 with length 58 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:38:48.4883|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/_framework/aspnetcore-browser-refresh.js - - -
|
||
|
|
2024-07-06 16:38:48.4883|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/_vs/browserLink - - -
|
||
|
|
2024-07-06 16:38:48.4883|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending HEADERS frame for stream ID 3 with length 60 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:38:48.4883|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending DATA frame for stream ID 3 with length 13748 and flags NONE.
|
||
|
|
2024-07-06 16:38:48.4997|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending DATA frame for stream ID 3 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 16:38:48.4997|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/_framework/aspnetcore-browser-refresh.js - 200 13748 application/javascript;+charset=utf-8 9.4339ms
|
||
|
|
2024-07-06 16:38:48.5223|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending HEADERS frame for stream ID 5 with length 149 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:38:48.5223|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending DATA frame for stream ID 5 with length 9986 and flags NONE.
|
||
|
|
2024-07-06 16:38:48.5223|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:38:48.5223|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:38:48.5223|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:38:48.5223|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:38:48.5223|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:38:48.5223|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:38:48.5285|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:38:48.5285|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:38:48.5285|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:38:48.5285|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:38:48.5285|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:38:48.5285|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:38:48.5285|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:38:48.5285|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:38:48.5285|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending DATA frame for stream ID 5 with length 160 and flags NONE.
|
||
|
|
2024-07-06 16:38:48.5285|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending DATA frame for stream ID 5 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 16:38:48.5285|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/_vs/browserLink - 200 - text/javascript;+charset=UTF-8 43.0209ms
|
||
|
|
2024-07-06 16:38:48.5756|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJTNR5DE3" received HEADERS frame for stream ID 7 with length 75 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:38:48.5756|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/swagger/v1/swagger.json - - -
|
||
|
|
2024-07-06 16:38:48.5756|0|TRACE|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Invoke: All hosts are allowed.
|
||
|
|
2024-07-06 16:38:48.5756|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: No candidates found for the request path '/swagger/v1/swagger.json'
|
||
|
|
2024-07-06 16:38:48.5756|0|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetRoutingAndContinue: Request did not match any endpoints
|
||
|
|
2024-07-06 16:38:48.5756|0|DEBUG|Microsoft.AspNetCore.Rewrite.RewriteMiddleware.RunRules: Request is continuing in applying rules. Current url is https://localhost:7065/swagger/v1/swagger.json
|
||
|
|
2024-07-06 16:38:48.5756|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.TryServeStaticFile: The request path /swagger/v1/swagger.json does not match an existing file
|
||
|
|
2024-07-06 16:38:48.6253|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/swagger/v1/swagger.json - 200 - application/json;charset=utf-8 49.1385ms
|
||
|
|
2024-07-06 16:38:48.6253|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending HEADERS frame for stream ID 7 with length 35 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:38:48.6253|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE3" sending DATA frame for stream ID 7 with length 1539 and flags END_STREAM.
|
||
|
|
2024-07-06 16:38:48.7605|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.DoReceive: Connection id "0HN4TJTNR5DE3" received FIN.
|
||
|
|
2024-07-06 16:38:48.7605|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteToOutputPipe: The connection queue processing loop for 0HN4TJTNR5DE3 completed.
|
||
|
|
2024-07-06 16:38:48.7636|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelTrace+Http2Log.Http2ConnectionClosed: Connection id "0HN4TJTNR5DE3" is closed. The last processed stream ID was 7.
|
||
|
|
2024-07-06 16:38:48.7636|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.Shutdown: Connection id "0HN4TJTNR5DE3" sending FIN because: "The Socket transport's send loop completed gracefully."
|
||
|
|
2024-07-06 16:38:48.7636|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJTNR5DE3" stopped.
|
||
|
|
2024-07-06 16:38:51.9884|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.ConnectionDispatcher`1.StartAcceptingConnectionsCore: Connection id "0HN4TJTNR5DE4" accepted.
|
||
|
|
2024-07-06 16:38:51.9884|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJTNR5DE4" started.
|
||
|
|
2024-07-06 16:38:51.9884|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddlewareLoggerExtensions.HttpsConnectionEstablished: Connection 0HN4TJTNR5DE4 established using the following protocol: Tls13
|
||
|
|
2024-07-06 16:38:51.9884|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE4" sending SETTINGS frame for stream ID 0 with length 24 and flags NONE.
|
||
|
|
2024-07-06 16:38:51.9884|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE4" sending WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0.
|
||
|
|
2024-07-06 16:38:51.9884|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJTNR5DE4" received SETTINGS frame for stream ID 0 with length 24 and flags NONE.
|
||
|
|
2024-07-06 16:38:51.9884|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTNR5DE4" sending SETTINGS frame for stream ID 0 with length 0 and flags ACK.
|
||
|
|
2024-07-06 16:38:51.9884|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJTNR5DE4" received WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0.
|
||
|
|
2024-07-06 16:38:51.9884|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJTNR5DE4" received HEADERS frame for stream ID 1 with length 441 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:38:51.9884|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJTNR5DE4" received SETTINGS frame for stream ID 0 with length 0 and flags ACK.
|
||
|
|
2024-07-06 16:38:51.9884|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/ImageProcessing?path=121&w=680&h=0&q=100&dpr=1&fit=fill - - -
|
||
|
|
2024-07-06 16:38:51.9976|0|TRACE|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Invoke: All hosts are allowed.
|
||
|
|
2024-07-06 16:38:51.9976|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: 1 candidate(s) found for the request path '/ImageProcessing'
|
||
|
|
2024-07-06 16:38:51.9976|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: Endpoint 'ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda)' with route pattern 'ImageProcessing' is valid for the request path '/ImageProcessing'
|
||
|
|
2024-07-06 16:38:51.9976|0|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetRoutingAndContinue: Request matched endpoint 'ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda)'
|
||
|
|
2024-07-06 16:38:51.9976|0|TRACE|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetMaxRequestBodySize: The endpoint does not specify the IRequestSizeLimitMetadata.
|
||
|
|
2024-07-06 16:38:51.9976|0|DEBUG|Microsoft.AspNetCore.Rewrite.RewriteMiddleware.RunRules: Request is continuing in applying rules. Current url is https://localhost:7065/ImageProcessing?path=121&w=680&h=0&q=100&dpr=1&fit=fill
|
||
|
|
2024-07-06 16:38:51.9976|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke: Static files was skipped as the request already matched an endpoint.
|
||
|
|
2024-07-06 16:38:51.9976|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke: Static files was skipped as the request already matched an endpoint.
|
||
|
|
2024-07-06 16:38:51.9976|0|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware.Invoke: Executing endpoint 'ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda)'
|
||
|
|
2024-07-06 16:38:52.0205|0|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker+Log.ExecutingAction: Route matched with {action = "ProcessImage", controller = "ImageProcessing"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult ProcessImage(System.String, Int32, Int32, Int32, Int32, System.String) on controller ngaoda.Controllers.ImageProcessingController (ngaoda).
|
||
|
|
2024-07-06 16:38:52.0205|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of authorization filters (in the following order): None
|
||
|
|
2024-07-06 16:38:52.0205|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of resource filters (in the following order): None
|
||
|
|
2024-07-06 16:38:52.0205|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648), Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
||
|
|
2024-07-06 16:38:52.0205|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of exception filters (in the following order): None
|
||
|
|
2024-07-06 16:38:52.0205|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of result filters (in the following order): None
|
||
|
|
2024-07-06 16:38:52.0205|0|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ExecutingControllerFactory: Executing controller factory for controller ngaoda.Controllers.ImageProcessingController (ngaoda)
|
||
|
|
2024-07-06 16:38:52.0205|0|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ExecutedControllerFactory: Executed controller factory for controller ngaoda.Controllers.ImageProcessingController (ngaoda)
|
||
|
|
2024-07-06 16:38:52.0349|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'path' of type 'System.String' ...
|
||
|
|
2024-07-06 16:38:52.0349|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'path' of type 'System.String' using the name 'path' in request data ...
|
||
|
|
2024-07-06 16:38:52.0349|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'path' of type 'System.String'.
|
||
|
|
2024-07-06 16:38:52.0349|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'path' of type 'System.String'.
|
||
|
|
2024-07-06 16:38:52.0349|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'path' of type 'System.String' ...
|
||
|
|
2024-07-06 16:38:52.0349|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'path' of type 'System.String'.
|
||
|
|
2024-07-06 16:38:52.0349|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'w' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:38:52.0349|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'w' of type 'System.Int32' using the name 'w' in request data ...
|
||
|
|
2024-07-06 16:38:52.0349|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'w' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:38:52.0349|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'w' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:38:52.0349|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'w' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:38:52.0349|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'w' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:38:52.0349|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'h' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:38:52.0349|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'h' of type 'System.Int32' using the name 'h' in request data ...
|
||
|
|
2024-07-06 16:38:52.0349|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'h' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:38:52.0349|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'h' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:38:52.0349|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'h' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:38:52.0349|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'h' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:38:52.0349|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'q' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:38:52.0349|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'q' of type 'System.Int32' using the name 'q' in request data ...
|
||
|
|
2024-07-06 16:38:52.0349|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'q' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:38:52.0349|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'q' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:38:52.0349|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'q' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:38:52.0445|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'q' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:38:52.0445|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'dpr' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:38:52.0445|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'dpr' of type 'System.Int32' using the name 'dpr' in request data ...
|
||
|
|
2024-07-06 16:38:52.0445|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'dpr' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:38:52.0445|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'dpr' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:38:52.0445|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'dpr' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:38:52.0445|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'dpr' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:38:52.0445|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'fit' of type 'System.String' ...
|
||
|
|
2024-07-06 16:38:52.0445|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'fit' of type 'System.String' using the name 'fit' in request data ...
|
||
|
|
2024-07-06 16:38:52.0445|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'fit' of type 'System.String'.
|
||
|
|
2024-07-06 16:38:52.0445|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'fit' of type 'System.String'.
|
||
|
|
2024-07-06 16:38:52.0445|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'fit' of type 'System.String' ...
|
||
|
|
2024-07-06 16:38:52.0445|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'fit' of type 'System.String'.
|
||
|
|
2024-07-06 16:38:52.0445|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next: Action Filter: Before executing OnActionExecutionAsync on filter Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter.
|
||
|
|
2024-07-06 16:38:52.0445|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next: Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter.
|
||
|
|
2024-07-06 16:38:52.0445|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next: Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter.
|
||
|
|
2024-07-06 16:38:52.0445|0|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ActionMethodExecuting: Executing action method ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda) - Validation state: Valid
|
||
|
|
2024-07-06 16:38:52.0445|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ActionMethodExecuting: Executing action method ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda) with arguments (121, 680, 0, 100, 1, fill)
|
||
|
|
2024-07-06 16:39:10.5332|0|DEBUG|Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor: Registered model binder providers, in the following order: Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BinderTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ServicesModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.HeaderModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FloatingPointTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.EnumTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.TryParseModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CancellationTokenModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ByteArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormFileModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormCollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.KeyValuePairModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DictionaryModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ComplexObjectModelBinderProvider
|
||
|
|
2024-07-06 16:39:10.6055|0|DEBUG|Microsoft.Extensions.Hosting.Internal.HostingLoggerExtensions.Starting: Hosting starting
|
||
|
|
2024-07-06 16:39:10.7801|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.ConnectionDispatcher`1.StartAcceptingConnectionsCore: Connection id "0HN4TJTUL85GF" accepted.
|
||
|
|
2024-07-06 16:39:10.7801|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJTUL85GF" started.
|
||
|
|
2024-07-06 16:39:10.8175|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.DoReceive: Connection id "0HN4TJTUL85GF" received FIN.
|
||
|
|
2024-07-06 16:39:10.8175|0|INFO|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Now listening on: https://localhost:7065
|
||
|
|
2024-07-06 16:39:10.8175|0|INFO|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Now listening on: http://localhost:5086
|
||
|
|
2024-07-06 16:39:10.8175|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly ngaoda
|
||
|
|
2024-07-06 16:39:10.8175|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly Microsoft.WebTools.ApiEndpointDiscovery
|
||
|
|
2024-07-06 16:39:10.8175|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
|
||
|
|
2024-07-06 16:39:10.8175|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
|
||
|
|
2024-07-06 16:39:10.8346|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync: Failed to authenticate HTTPS connection.
|
||
|
|
System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.
|
||
|
|
at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken)
|
||
|
|
at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken)
|
||
|
|
at System.Net.Security.SslStream.ProcessAuthenticationWithTelemetryAsync(Boolean isAsync, CancellationToken cancellationToken)
|
||
|
|
at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context)
|
||
|
|
2024-07-06 16:39:10.8631|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJTUL85GF" stopped.
|
||
|
|
2024-07-06 16:39:10.8631|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.Shutdown: Connection id "0HN4TJTUL85GF" sending FIN because: "The Socket transport's send loop completed gracefully."
|
||
|
|
2024-07-06 16:39:10.8807|0|INFO|Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.OnApplicationStarted: Application started. Press Ctrl+C to shut down.
|
||
|
|
2024-07-06 16:39:10.8807|0|INFO|Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.OnApplicationStarted: Hosting environment: Development
|
||
|
|
2024-07-06 16:39:10.8807|0|INFO|Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.NotifyStarted: Content root path: D:\workplace\Projects\PersonalProjects\ngaoda
|
||
|
|
2024-07-06 16:39:10.8807|0|DEBUG|Microsoft.Extensions.Hosting.Internal.HostingLoggerExtensions.Started: Hosting started
|
||
|
|
2024-07-06 16:39:11.0894|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.ConnectionDispatcher`1.StartAcceptingConnectionsCore: Connection id "0HN4TJTUL85GG" accepted.
|
||
|
|
2024-07-06 16:39:11.0894|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJTUL85GG" started.
|
||
|
|
2024-07-06 16:39:11.1331|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddlewareLoggerExtensions.HttpsConnectionEstablished: Connection 0HN4TJTUL85GG established using the following protocol: Tls13
|
||
|
|
2024-07-06 16:39:11.1662|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending SETTINGS frame for stream ID 0 with length 24 and flags NONE.
|
||
|
|
2024-07-06 16:39:11.1695|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0.
|
||
|
|
2024-07-06 16:39:11.1695|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJTUL85GG" received SETTINGS frame for stream ID 0 with length 24 and flags NONE.
|
||
|
|
2024-07-06 16:39:11.1695|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending SETTINGS frame for stream ID 0 with length 0 and flags ACK.
|
||
|
|
2024-07-06 16:39:11.1695|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJTUL85GG" received WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0.
|
||
|
|
2024-07-06 16:39:11.1695|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJTUL85GG" received HEADERS frame for stream ID 1 with length 516 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:39:11.1881|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJTUL85GG" received SETTINGS frame for stream ID 0 with length 0 and flags ACK.
|
||
|
|
2024-07-06 16:39:11.2318|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/swagger/index.html - - -
|
||
|
|
2024-07-06 16:39:11.3212|0|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Configure: Wildcard detected, all requests with hosts will be allowed.
|
||
|
|
2024-07-06 16:39:11.3212|0|TRACE|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Invoke: All hosts are allowed.
|
||
|
|
2024-07-06 16:39:11.3361|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: No candidates found for the request path '/swagger/index.html'
|
||
|
|
2024-07-06 16:39:11.3361|0|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetRoutingAndContinue: Request did not match any endpoints
|
||
|
|
2024-07-06 16:39:11.3587|0|DEBUG|Microsoft.AspNetCore.Rewrite.RewriteMiddleware.RunRules: Request is continuing in applying rules. Current url is https://localhost:7065/swagger/index.html
|
||
|
|
2024-07-06 16:39:11.3587|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.TryServeStaticFile: The request path /swagger/index.html does not match an existing file
|
||
|
|
2024-07-06 16:39:11.4130|0|DEBUG|Microsoft.WebTools.BrowserLink.Net.BrowserLinkMiddleware+Log.SetupResponseForBrowserLink: Response markup is scheduled to include Browser Link script injection.
|
||
|
|
2024-07-06 16:39:11.4130|0|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware+Log.SetupResponseForBrowserRefresh: Response markup is scheduled to include browser refresh script injection.
|
||
|
|
2024-07-06 16:39:11.4130|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending HEADERS frame for stream ID 1 with length 66 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:39:11.4282|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending DATA frame for stream ID 1 with length 4096 and flags NONE.
|
||
|
|
2024-07-06 16:39:11.4282|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending DATA frame for stream ID 1 with length 986 and flags NONE.
|
||
|
|
2024-07-06 16:39:11.4282|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending DATA frame for stream ID 1 with length 81 and flags NONE.
|
||
|
|
2024-07-06 16:39:11.4393|0|DEBUG|Microsoft.WebTools.BrowserLink.Net.BrowserLinkMiddleware+Log.BrowserConfiguredForBrowserLink: Response markup was updated to include Browser Link script injection.
|
||
|
|
2024-07-06 16:39:11.4393|0|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware+Log.BrowserConfiguredForRefreshes: Response markup was updated to include browser refresh script injection.
|
||
|
|
2024-07-06 16:39:11.4393|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending DATA frame for stream ID 1 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 16:39:11.4393|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/swagger/index.html - 200 - text/html;charset=utf-8 217.5031ms
|
||
|
|
2024-07-06 16:39:11.4769|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJTUL85GG" received HEADERS frame for stream ID 3 with length 116 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:39:11.4769|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJTUL85GG" received HEADERS frame for stream ID 5 with length 58 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:39:11.4769|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/_framework/aspnetcore-browser-refresh.js - - -
|
||
|
|
2024-07-06 16:39:11.4769|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/_vs/browserLink - - -
|
||
|
|
2024-07-06 16:39:11.4769|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending HEADERS frame for stream ID 3 with length 60 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:39:11.4769|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending DATA frame for stream ID 3 with length 13748 and flags NONE.
|
||
|
|
2024-07-06 16:39:11.4830|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending DATA frame for stream ID 3 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 16:39:11.4830|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/_framework/aspnetcore-browser-refresh.js - 200 13748 application/javascript;+charset=utf-8 4.7222ms
|
||
|
|
2024-07-06 16:39:11.5128|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending HEADERS frame for stream ID 5 with length 149 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:39:11.5134|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending DATA frame for stream ID 5 with length 9986 and flags NONE.
|
||
|
|
2024-07-06 16:39:11.5134|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:39:11.5134|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:39:11.5134|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:39:11.5134|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:39:11.5134|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:39:11.5134|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:39:11.5134|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:39:11.5134|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:39:11.5134|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:39:11.5134|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:39:11.5134|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:39:11.5134|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:39:11.5134|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:39:11.5134|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 16:39:11.5134|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending DATA frame for stream ID 5 with length 160 and flags NONE.
|
||
|
|
2024-07-06 16:39:11.5134|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending DATA frame for stream ID 5 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 16:39:11.5134|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/_vs/browserLink - 200 - text/javascript;+charset=UTF-8 45.4168ms
|
||
|
|
2024-07-06 16:39:11.5722|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJTUL85GG" received HEADERS frame for stream ID 7 with length 75 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:39:11.5722|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/swagger/v1/swagger.json - - -
|
||
|
|
2024-07-06 16:39:11.5722|0|TRACE|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Invoke: All hosts are allowed.
|
||
|
|
2024-07-06 16:39:11.5722|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: No candidates found for the request path '/swagger/v1/swagger.json'
|
||
|
|
2024-07-06 16:39:11.5722|0|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetRoutingAndContinue: Request did not match any endpoints
|
||
|
|
2024-07-06 16:39:11.5722|0|DEBUG|Microsoft.AspNetCore.Rewrite.RewriteMiddleware.RunRules: Request is continuing in applying rules. Current url is https://localhost:7065/swagger/v1/swagger.json
|
||
|
|
2024-07-06 16:39:11.5755|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.TryServeStaticFile: The request path /swagger/v1/swagger.json does not match an existing file
|
||
|
|
2024-07-06 16:39:11.6274|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending HEADERS frame for stream ID 7 with length 35 and flags END_HEADERS.
|
||
|
|
2024-07-06 16:39:11.6274|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/swagger/v1/swagger.json - 200 - application/json;charset=utf-8 54.7229ms
|
||
|
|
2024-07-06 16:39:11.6274|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending DATA frame for stream ID 7 with length 1539 and flags NONE.
|
||
|
|
2024-07-06 16:39:11.6274|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GG" sending DATA frame for stream ID 7 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 16:39:13.7988|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.DoReceive: Connection id "0HN4TJTUL85GG" received FIN.
|
||
|
|
2024-07-06 16:39:13.7988|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteToOutputPipe: The connection queue processing loop for 0HN4TJTUL85GG completed.
|
||
|
|
2024-07-06 16:39:13.7988|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelTrace+Http2Log.Http2ConnectionClosed: Connection id "0HN4TJTUL85GG" is closed. The last processed stream ID was 7.
|
||
|
|
2024-07-06 16:39:13.7988|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.Shutdown: Connection id "0HN4TJTUL85GG" sending FIN because: "The Socket transport's send loop completed gracefully."
|
||
|
|
2024-07-06 16:39:13.8162|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJTUL85GG" stopped.
|
||
|
|
2024-07-06 16:39:14.8110|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.ConnectionDispatcher`1.StartAcceptingConnectionsCore: Connection id "0HN4TJTUL85GH" accepted.
|
||
|
|
2024-07-06 16:39:14.8120|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TJTUL85GH" started.
|
||
|
|
2024-07-06 16:39:14.8120|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddlewareLoggerExtensions.HttpsConnectionEstablished: Connection 0HN4TJTUL85GH established using the following protocol: Tls13
|
||
|
|
2024-07-06 16:39:14.8120|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GH" sending SETTINGS frame for stream ID 0 with length 24 and flags NONE.
|
||
|
|
2024-07-06 16:39:14.8120|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GH" sending WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0.
|
||
|
|
2024-07-06 16:39:14.8120|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJTUL85GH" received SETTINGS frame for stream ID 0 with length 24 and flags NONE.
|
||
|
|
2024-07-06 16:39:14.8120|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TJTUL85GH" sending SETTINGS frame for stream ID 0 with length 0 and flags ACK.
|
||
|
|
2024-07-06 16:39:14.8120|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJTUL85GH" received WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0.
|
||
|
|
2024-07-06 16:39:14.8120|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJTUL85GH" received HEADERS frame for stream ID 1 with length 441 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 16:39:14.8120|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TJTUL85GH" received SETTINGS frame for stream ID 0 with length 0 and flags ACK.
|
||
|
|
2024-07-06 16:39:14.8120|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/ImageProcessing?path=xx&w=680&h=0&q=100&dpr=1&fit=fill - - -
|
||
|
|
2024-07-06 16:39:14.8120|0|TRACE|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Invoke: All hosts are allowed.
|
||
|
|
2024-07-06 16:39:14.8120|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: 1 candidate(s) found for the request path '/ImageProcessing'
|
||
|
|
2024-07-06 16:39:14.8271|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: Endpoint 'ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda)' with route pattern 'ImageProcessing' is valid for the request path '/ImageProcessing'
|
||
|
|
2024-07-06 16:39:14.8271|0|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetRoutingAndContinue: Request matched endpoint 'ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda)'
|
||
|
|
2024-07-06 16:39:14.8271|0|TRACE|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetMaxRequestBodySize: The endpoint does not specify the IRequestSizeLimitMetadata.
|
||
|
|
2024-07-06 16:39:14.8271|0|DEBUG|Microsoft.AspNetCore.Rewrite.RewriteMiddleware.RunRules: Request is continuing in applying rules. Current url is https://localhost:7065/ImageProcessing?path=xx&w=680&h=0&q=100&dpr=1&fit=fill
|
||
|
|
2024-07-06 16:39:14.8271|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke: Static files was skipped as the request already matched an endpoint.
|
||
|
|
2024-07-06 16:39:14.8271|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke: Static files was skipped as the request already matched an endpoint.
|
||
|
|
2024-07-06 16:39:14.8271|0|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware.Invoke: Executing endpoint 'ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda)'
|
||
|
|
2024-07-06 16:39:14.8511|0|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker+Log.ExecutingAction: Route matched with {action = "ProcessImage", controller = "ImageProcessing"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult ProcessImage(System.String, Int32, Int32, Int32, Int32, System.String) on controller ngaoda.Controllers.ImageProcessingController (ngaoda).
|
||
|
|
2024-07-06 16:39:14.8511|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of authorization filters (in the following order): None
|
||
|
|
2024-07-06 16:39:14.8511|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of resource filters (in the following order): None
|
||
|
|
2024-07-06 16:39:14.8511|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648), Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
||
|
|
2024-07-06 16:39:14.8511|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of exception filters (in the following order): None
|
||
|
|
2024-07-06 16:39:14.8511|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of result filters (in the following order): None
|
||
|
|
2024-07-06 16:39:14.8511|0|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ExecutingControllerFactory: Executing controller factory for controller ngaoda.Controllers.ImageProcessingController (ngaoda)
|
||
|
|
2024-07-06 16:39:14.8511|0|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ExecutedControllerFactory: Executed controller factory for controller ngaoda.Controllers.ImageProcessingController (ngaoda)
|
||
|
|
2024-07-06 16:39:14.8759|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'path' of type 'System.String' ...
|
||
|
|
2024-07-06 16:39:14.8759|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'path' of type 'System.String' using the name 'path' in request data ...
|
||
|
|
2024-07-06 16:39:14.8759|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'path' of type 'System.String'.
|
||
|
|
2024-07-06 16:39:14.8759|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'path' of type 'System.String'.
|
||
|
|
2024-07-06 16:39:14.8759|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'path' of type 'System.String' ...
|
||
|
|
2024-07-06 16:39:14.8759|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'path' of type 'System.String'.
|
||
|
|
2024-07-06 16:39:14.8759|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'w' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:39:14.8759|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'w' of type 'System.Int32' using the name 'w' in request data ...
|
||
|
|
2024-07-06 16:39:14.8759|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'w' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:39:14.8759|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'w' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:39:14.8759|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'w' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:39:14.8759|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'w' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:39:14.8876|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'h' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:39:14.8876|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'h' of type 'System.Int32' using the name 'h' in request data ...
|
||
|
|
2024-07-06 16:39:14.8876|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'h' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:39:14.8876|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'h' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:39:14.8876|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'h' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:39:14.8876|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'h' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:39:14.8876|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'q' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:39:14.8876|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'q' of type 'System.Int32' using the name 'q' in request data ...
|
||
|
|
2024-07-06 16:39:14.8876|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'q' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:39:14.8876|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'q' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:39:14.8876|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'q' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:39:14.8876|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'q' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:39:14.8876|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'dpr' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:39:14.8876|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'dpr' of type 'System.Int32' using the name 'dpr' in request data ...
|
||
|
|
2024-07-06 16:39:14.8876|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'dpr' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:39:14.8876|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'dpr' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:39:14.8876|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'dpr' of type 'System.Int32' ...
|
||
|
|
2024-07-06 16:39:14.8876|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'dpr' of type 'System.Int32'.
|
||
|
|
2024-07-06 16:39:14.8876|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'fit' of type 'System.String' ...
|
||
|
|
2024-07-06 16:39:14.8876|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'fit' of type 'System.String' using the name 'fit' in request data ...
|
||
|
|
2024-07-06 16:39:14.8876|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'fit' of type 'System.String'.
|
||
|
|
2024-07-06 16:39:14.8876|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'fit' of type 'System.String'.
|
||
|
|
2024-07-06 16:39:14.8876|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'fit' of type 'System.String' ...
|
||
|
|
2024-07-06 16:39:14.8876|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'fit' of type 'System.String'.
|
||
|
|
2024-07-06 16:39:14.8876|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next: Action Filter: Before executing OnActionExecutionAsync on filter Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter.
|
||
|
|
2024-07-06 16:39:14.8876|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next: Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter.
|
||
|
|
2024-07-06 16:39:14.8876|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next: Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter.
|
||
|
|
2024-07-06 16:39:14.8876|0|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ActionMethodExecuting: Executing action method ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda) - Validation state: Valid
|
||
|
|
2024-07-06 16:39:14.8876|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ActionMethodExecuting: Executing action method ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda) with arguments (xx, 680, 0, 100, 1, fill)
|
||
|
|
2024-07-06 18:30:25.2969|0|DEBUG|Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor: Registered model binder providers, in the following order: Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BinderTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ServicesModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.HeaderModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FloatingPointTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.EnumTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.TryParseModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CancellationTokenModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ByteArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormFileModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormCollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.KeyValuePairModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DictionaryModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ComplexObjectModelBinderProvider
|
||
|
|
2024-07-06 18:30:25.4066|0|DEBUG|Microsoft.Extensions.Hosting.Internal.HostingLoggerExtensions.Starting: Hosting starting
|
||
|
|
2024-07-06 18:30:25.7669|0|INFO|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Now listening on: https://localhost:7065
|
||
|
|
2024-07-06 18:30:25.7669|0|INFO|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Now listening on: http://localhost:5086
|
||
|
|
2024-07-06 18:30:25.7669|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly ngaoda
|
||
|
|
2024-07-06 18:30:25.7669|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly Microsoft.WebTools.ApiEndpointDiscovery
|
||
|
|
2024-07-06 18:30:25.7669|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
|
||
|
|
2024-07-06 18:30:25.7669|0|DEBUG|Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync: Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
|
||
|
|
2024-07-06 18:30:25.8691|0|INFO|Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.OnApplicationStarted: Application started. Press Ctrl+C to shut down.
|
||
|
|
2024-07-06 18:30:25.9052|0|INFO|Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.OnApplicationStarted: Hosting environment: Development
|
||
|
|
2024-07-06 18:30:25.9052|0|INFO|Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.NotifyStarted: Content root path: D:\workplace\Projects\PersonalProjects\ngaoda
|
||
|
|
2024-07-06 18:30:25.9052|0|DEBUG|Microsoft.Extensions.Hosting.Internal.HostingLoggerExtensions.Started: Hosting started
|
||
|
|
2024-07-06 18:30:26.0108|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.DoReceive: Connection id "0HN4TLS4172E9" received FIN.
|
||
|
|
2024-07-06 18:30:26.0173|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.ConnectionDispatcher`1.StartAcceptingConnectionsCore: Connection id "0HN4TLS4172E9" accepted.
|
||
|
|
2024-07-06 18:30:26.0173|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TLS4172E9" started.
|
||
|
|
2024-07-06 18:30:26.0561|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync: Failed to authenticate HTTPS connection.
|
||
|
|
System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.
|
||
|
|
at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken)
|
||
|
|
at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken)
|
||
|
|
at System.Net.Security.SslStream.ProcessAuthenticationWithTelemetryAsync(Boolean isAsync, CancellationToken cancellationToken)
|
||
|
|
at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context)
|
||
|
|
2024-07-06 18:30:26.1022|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TLS4172E9" stopped.
|
||
|
|
2024-07-06 18:30:26.1096|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.Shutdown: Connection id "0HN4TLS4172E9" sending FIN because: "The Socket transport's send loop completed gracefully."
|
||
|
|
2024-07-06 18:30:26.8588|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.ConnectionDispatcher`1.StartAcceptingConnectionsCore: Connection id "0HN4TLS4172EA" accepted.
|
||
|
|
2024-07-06 18:30:26.8588|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TLS4172EA" started.
|
||
|
|
2024-07-06 18:30:26.9047|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddlewareLoggerExtensions.HttpsConnectionEstablished: Connection 0HN4TLS4172EA established using the following protocol: Tls13
|
||
|
|
2024-07-06 18:30:26.9690|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending SETTINGS frame for stream ID 0 with length 24 and flags NONE.
|
||
|
|
2024-07-06 18:30:26.9690|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0.
|
||
|
|
2024-07-06 18:30:26.9690|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TLS4172EA" received SETTINGS frame for stream ID 0 with length 24 and flags NONE.
|
||
|
|
2024-07-06 18:30:26.9690|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending SETTINGS frame for stream ID 0 with length 0 and flags ACK.
|
||
|
|
2024-07-06 18:30:26.9690|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TLS4172EA" received WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0.
|
||
|
|
2024-07-06 18:30:26.9690|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TLS4172EA" received HEADERS frame for stream ID 1 with length 516 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 18:30:27.0044|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TLS4172EA" received SETTINGS frame for stream ID 0 with length 0 and flags ACK.
|
||
|
|
2024-07-06 18:30:27.0252|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/swagger/index.html - - -
|
||
|
|
2024-07-06 18:30:27.2095|0|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Configure: Wildcard detected, all requests with hosts will be allowed.
|
||
|
|
2024-07-06 18:30:27.2095|0|TRACE|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Invoke: All hosts are allowed.
|
||
|
|
2024-07-06 18:30:27.2396|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: No candidates found for the request path '/swagger/index.html'
|
||
|
|
2024-07-06 18:30:27.2396|0|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetRoutingAndContinue: Request did not match any endpoints
|
||
|
|
2024-07-06 18:30:27.2826|0|DEBUG|Microsoft.AspNetCore.Rewrite.RewriteMiddleware.RunRules: Request is continuing in applying rules. Current url is https://localhost:7065/swagger/index.html
|
||
|
|
2024-07-06 18:30:27.2826|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.TryServeStaticFile: The request path /swagger/index.html does not match an existing file
|
||
|
|
2024-07-06 18:30:27.3454|0|DEBUG|Microsoft.WebTools.BrowserLink.Net.BrowserLinkMiddleware+Log.SetupResponseForBrowserLink: Response markup is scheduled to include Browser Link script injection.
|
||
|
|
2024-07-06 18:30:27.3454|0|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware+Log.SetupResponseForBrowserRefresh: Response markup is scheduled to include browser refresh script injection.
|
||
|
|
2024-07-06 18:30:27.3454|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending HEADERS frame for stream ID 1 with length 66 and flags END_HEADERS.
|
||
|
|
2024-07-06 18:30:27.3584|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending DATA frame for stream ID 1 with length 4096 and flags NONE.
|
||
|
|
2024-07-06 18:30:27.3584|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending DATA frame for stream ID 1 with length 986 and flags NONE.
|
||
|
|
2024-07-06 18:30:27.3584|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending DATA frame for stream ID 1 with length 81 and flags NONE.
|
||
|
|
2024-07-06 18:30:27.3584|0|DEBUG|Microsoft.WebTools.BrowserLink.Net.BrowserLinkMiddleware+Log.BrowserConfiguredForBrowserLink: Response markup was updated to include Browser Link script injection.
|
||
|
|
2024-07-06 18:30:27.3584|0|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware+Log.BrowserConfiguredForRefreshes: Response markup was updated to include browser refresh script injection.
|
||
|
|
2024-07-06 18:30:27.3584|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending DATA frame for stream ID 1 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 18:30:27.3728|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/swagger/index.html - 200 - text/html;charset=utf-8 355.4675ms
|
||
|
|
2024-07-06 18:30:27.3981|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TLS4172EA" received HEADERS frame for stream ID 3 with length 116 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 18:30:27.3981|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TLS4172EA" received HEADERS frame for stream ID 5 with length 58 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 18:30:27.3981|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/_framework/aspnetcore-browser-refresh.js - - -
|
||
|
|
2024-07-06 18:30:27.3981|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/_vs/browserLink - - -
|
||
|
|
2024-07-06 18:30:27.4039|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending HEADERS frame for stream ID 3 with length 60 and flags END_HEADERS.
|
||
|
|
2024-07-06 18:30:27.4039|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending DATA frame for stream ID 3 with length 13748 and flags NONE.
|
||
|
|
2024-07-06 18:30:27.4039|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending DATA frame for stream ID 3 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 18:30:27.4039|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/_framework/aspnetcore-browser-refresh.js - 200 13748 application/javascript;+charset=utf-8 12.3092ms
|
||
|
|
2024-07-06 18:30:27.4553|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending HEADERS frame for stream ID 5 with length 149 and flags END_HEADERS.
|
||
|
|
2024-07-06 18:30:27.4553|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending DATA frame for stream ID 5 with length 9986 and flags NONE.
|
||
|
|
2024-07-06 18:30:27.4553|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 18:30:27.4553|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 18:30:27.4553|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 18:30:27.4553|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 18:30:27.4553|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 18:30:27.4553|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 18:30:27.4553|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 18:30:27.4553|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 18:30:27.4553|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 18:30:27.4669|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 18:30:27.4669|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 18:30:27.4669|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 18:30:27.4669|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 18:30:27.4669|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending DATA frame for stream ID 5 with length 10240 and flags NONE.
|
||
|
|
2024-07-06 18:30:27.4669|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending DATA frame for stream ID 5 with length 160 and flags NONE.
|
||
|
|
2024-07-06 18:30:27.4669|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending DATA frame for stream ID 5 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 18:30:27.4669|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/_vs/browserLink - 200 - text/javascript;+charset=UTF-8 69.6913ms
|
||
|
|
2024-07-06 18:30:27.5240|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TLS4172EA" received HEADERS frame for stream ID 7 with length 75 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 18:30:27.5240|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/swagger/v1/swagger.json - - -
|
||
|
|
2024-07-06 18:30:27.5240|0|TRACE|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Invoke: All hosts are allowed.
|
||
|
|
2024-07-06 18:30:27.5240|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: No candidates found for the request path '/swagger/v1/swagger.json'
|
||
|
|
2024-07-06 18:30:27.5240|0|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetRoutingAndContinue: Request did not match any endpoints
|
||
|
|
2024-07-06 18:30:27.5240|0|DEBUG|Microsoft.AspNetCore.Rewrite.RewriteMiddleware.RunRules: Request is continuing in applying rules. Current url is https://localhost:7065/swagger/v1/swagger.json
|
||
|
|
2024-07-06 18:30:27.5240|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.TryServeStaticFile: The request path /swagger/v1/swagger.json does not match an existing file
|
||
|
|
2024-07-06 18:30:27.5895|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending HEADERS frame for stream ID 7 with length 35 and flags END_HEADERS.
|
||
|
|
2024-07-06 18:30:27.5895|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/swagger/v1/swagger.json - 200 - application/json;charset=utf-8 65.0303ms
|
||
|
|
2024-07-06 18:30:27.5895|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending DATA frame for stream ID 7 with length 1539 and flags NONE.
|
||
|
|
2024-07-06 18:30:27.5895|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EA" sending DATA frame for stream ID 7 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 18:30:34.2065|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.DoReceive: Connection id "0HN4TLS4172EA" received FIN.
|
||
|
|
2024-07-06 18:30:34.2065|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteToOutputPipe: The connection queue processing loop for 0HN4TLS4172EA completed.
|
||
|
|
2024-07-06 18:30:34.2065|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelTrace+Http2Log.Http2ConnectionClosed: Connection id "0HN4TLS4172EA" is closed. The last processed stream ID was 7.
|
||
|
|
2024-07-06 18:30:34.2065|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.Shutdown: Connection id "0HN4TLS4172EA" sending FIN because: "The Socket transport's send loop completed gracefully."
|
||
|
|
2024-07-06 18:30:34.2219|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TLS4172EA" stopped.
|
||
|
|
2024-07-06 18:32:15.9214|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.ConnectionDispatcher`1.StartAcceptingConnectionsCore: Connection id "0HN4TLS4172EB" accepted.
|
||
|
|
2024-07-06 18:32:15.9472|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TLS4172EB" started.
|
||
|
|
2024-07-06 18:32:15.9577|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddlewareLoggerExtensions.HttpsConnectionEstablished: Connection 0HN4TLS4172EB established using the following protocol: Tls13
|
||
|
|
2024-07-06 18:32:15.9934|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EB" sending SETTINGS frame for stream ID 0 with length 24 and flags NONE.
|
||
|
|
2024-07-06 18:32:15.9934|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EB" sending WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0.
|
||
|
|
2024-07-06 18:32:15.9934|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TLS4172EB" received SETTINGS frame for stream ID 0 with length 24 and flags NONE.
|
||
|
|
2024-07-06 18:32:15.9934|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EB" sending SETTINGS frame for stream ID 0 with length 0 and flags ACK.
|
||
|
|
2024-07-06 18:32:15.9934|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TLS4172EB" received WINDOW_UPDATE frame for stream ID 0 with length 4 and flags 0x0.
|
||
|
|
2024-07-06 18:32:15.9934|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TLS4172EB" received HEADERS frame for stream ID 1 with length 435 and flags END_STREAM, END_HEADERS, PRIORITY.
|
||
|
|
2024-07-06 18:32:15.9934|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Connection.ProcessRequestsAsync: Connection id "0HN4TLS4172EB" received SETTINGS frame for stream ID 0 with length 0 and flags ACK.
|
||
|
|
2024-07-06 18:32:15.9934|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestStarting: Request starting HTTP/2 GET https://localhost:7065/ImageProcessing?w=680&h=0&q=100&dpr=1&fit=fill - - -
|
||
|
|
2024-07-06 18:32:15.9934|0|TRACE|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Invoke: All hosts are allowed.
|
||
|
|
2024-07-06 18:32:16.0012|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: 1 candidate(s) found for the request path '/ImageProcessing'
|
||
|
|
2024-07-06 18:32:16.0012|0|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync: Endpoint 'ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda)' with route pattern 'ImageProcessing' is valid for the request path '/ImageProcessing'
|
||
|
|
2024-07-06 18:32:16.0012|0|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetRoutingAndContinue: Request matched endpoint 'ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda)'
|
||
|
|
2024-07-06 18:32:16.0012|0|TRACE|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.SetMaxRequestBodySize: The endpoint does not specify the IRequestSizeLimitMetadata.
|
||
|
|
2024-07-06 18:32:16.0012|0|DEBUG|Microsoft.AspNetCore.Rewrite.RewriteMiddleware.RunRules: Request is continuing in applying rules. Current url is https://localhost:7065/ImageProcessing?w=680&h=0&q=100&dpr=1&fit=fill
|
||
|
|
2024-07-06 18:32:16.0012|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke: Static files was skipped as the request already matched an endpoint.
|
||
|
|
2024-07-06 18:32:16.0012|0|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke: Static files was skipped as the request already matched an endpoint.
|
||
|
|
2024-07-06 18:32:16.0012|0|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware.Invoke: Executing endpoint 'ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda)'
|
||
|
|
2024-07-06 18:32:16.0395|0|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker+Log.ExecutingAction: Route matched with {action = "ProcessImage", controller = "ImageProcessing"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult ProcessImage(System.String, Int32, Int32, Int32, Int32, System.String) on controller ngaoda.Controllers.ImageProcessingController (ngaoda).
|
||
|
|
2024-07-06 18:32:16.0395|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of authorization filters (in the following order): None
|
||
|
|
2024-07-06 18:32:16.0395|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of resource filters (in the following order): None
|
||
|
|
2024-07-06 18:32:16.0395|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648), Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
||
|
|
2024-07-06 18:32:16.0395|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of exception filters (in the following order): None
|
||
|
|
2024-07-06 18:32:16.0395|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.LogFilterExecutionPlan: Execution plan of result filters (in the following order): None
|
||
|
|
2024-07-06 18:32:16.0457|0|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ExecutingControllerFactory: Executing controller factory for controller ngaoda.Controllers.ImageProcessingController (ngaoda)
|
||
|
|
2024-07-06 18:32:16.0457|0|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ExecutedControllerFactory: Executed controller factory for controller ngaoda.Controllers.ImageProcessingController (ngaoda)
|
||
|
|
2024-07-06 18:32:16.0706|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'path' of type 'System.String' ...
|
||
|
|
2024-07-06 18:32:16.0706|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'path' of type 'System.String' using the name '' in request data ...
|
||
|
|
2024-07-06 18:32:16.0706|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.FoundNoValueInRequest: Could not find a value in the request with name '' for binding parameter 'path' of type 'System.String'.
|
||
|
|
2024-07-06 18:32:16.0759|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'path' of type 'System.String'.
|
||
|
|
2024-07-06 18:32:16.0759|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'path' of type 'System.String'.
|
||
|
|
2024-07-06 18:32:16.0759|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'path' of type 'System.String' ...
|
||
|
|
2024-07-06 18:32:16.0759|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'path' of type 'System.String'.
|
||
|
|
2024-07-06 18:32:16.0759|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'w' of type 'System.Int32' ...
|
||
|
|
2024-07-06 18:32:16.0759|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'w' of type 'System.Int32' using the name 'w' in request data ...
|
||
|
|
2024-07-06 18:32:16.0759|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'w' of type 'System.Int32'.
|
||
|
|
2024-07-06 18:32:16.0759|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'w' of type 'System.Int32'.
|
||
|
|
2024-07-06 18:32:16.0759|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'w' of type 'System.Int32' ...
|
||
|
|
2024-07-06 18:32:16.0759|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'w' of type 'System.Int32'.
|
||
|
|
2024-07-06 18:32:16.0759|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'h' of type 'System.Int32' ...
|
||
|
|
2024-07-06 18:32:16.0759|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'h' of type 'System.Int32' using the name 'h' in request data ...
|
||
|
|
2024-07-06 18:32:16.0759|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'h' of type 'System.Int32'.
|
||
|
|
2024-07-06 18:32:16.0759|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'h' of type 'System.Int32'.
|
||
|
|
2024-07-06 18:32:16.0759|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'h' of type 'System.Int32' ...
|
||
|
|
2024-07-06 18:32:16.0759|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'h' of type 'System.Int32'.
|
||
|
|
2024-07-06 18:32:16.0759|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'q' of type 'System.Int32' ...
|
||
|
|
2024-07-06 18:32:16.0759|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'q' of type 'System.Int32' using the name 'q' in request data ...
|
||
|
|
2024-07-06 18:32:16.0759|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'q' of type 'System.Int32'.
|
||
|
|
2024-07-06 18:32:16.0759|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'q' of type 'System.Int32'.
|
||
|
|
2024-07-06 18:32:16.0759|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'q' of type 'System.Int32' ...
|
||
|
|
2024-07-06 18:32:16.0912|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'q' of type 'System.Int32'.
|
||
|
|
2024-07-06 18:32:16.0912|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'dpr' of type 'System.Int32' ...
|
||
|
|
2024-07-06 18:32:16.0912|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'dpr' of type 'System.Int32' using the name 'dpr' in request data ...
|
||
|
|
2024-07-06 18:32:16.0912|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'dpr' of type 'System.Int32'.
|
||
|
|
2024-07-06 18:32:16.0912|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'dpr' of type 'System.Int32'.
|
||
|
|
2024-07-06 18:32:16.0912|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'dpr' of type 'System.Int32' ...
|
||
|
|
2024-07-06 18:32:16.0912|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'dpr' of type 'System.Int32'.
|
||
|
|
2024-07-06 18:32:16.0912|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToBindParameterOrProperty: Attempting to bind parameter 'fit' of type 'System.String' ...
|
||
|
|
2024-07-06 18:32:16.0912|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.AttemptingToBindModel: Attempting to bind parameter 'fit' of type 'System.String' using the name 'fit' in request data ...
|
||
|
|
2024-07-06 18:32:16.0912|0|DEBUG|Microsoft.AspNetCore.Mvc.MvcCoreLoggerExtensions.DoneAttemptingToBindModel: Done attempting to bind parameter 'fit' of type 'System.String'.
|
||
|
|
2024-07-06 18:32:16.0912|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToBindParameterOrProperty: Done attempting to bind parameter 'fit' of type 'System.String'.
|
||
|
|
2024-07-06 18:32:16.0912|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.AttemptingToValidateParameterOrProperty: Attempting to validate the bound parameter 'fit' of type 'System.String' ...
|
||
|
|
2024-07-06 18:32:16.0912|0|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder+Log.DoneAttemptingToValidateParameter: Done attempting to validate the bound parameter 'fit' of type 'System.String'.
|
||
|
|
2024-07-06 18:32:16.0912|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next: Action Filter: Before executing OnActionExecutionAsync on filter Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter.
|
||
|
|
2024-07-06 18:32:16.0912|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next: Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter.
|
||
|
|
2024-07-06 18:32:16.0912|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next: Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter.
|
||
|
|
2024-07-06 18:32:16.1065|0|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ActionMethodExecuting: Executing action method ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda) - Validation state: Invalid
|
||
|
|
2024-07-06 18:32:16.1065|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+Log.ActionMethodExecuting: Executing action method ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda) with arguments (, 680, 0, 100, 1, fill)
|
||
|
|
2024-07-06 18:32:18.9034|0|ERROR|ngaoda.Services.ImageProcessingService.ProcessImage: ImageProcessingService.ProcessImage
|
||
|
|
System.ArgumentNullException: Value cannot be null. (Parameter 'path2')
|
||
|
|
at System.ArgumentNullException.Throw(String paramName)
|
||
|
|
at System.IO.Path.Combine(String path1, String path2)
|
||
|
|
at ngaoda.Services.ImageProcessingService.ProcessImage(String path, Int32 w, Int32 h, Int32 q, Int32 dpr, String fit) in D:\workplace\Projects\PersonalProjects\ngaoda\Services\ImageProcessingService.cs:line 18
|
||
|
|
2024-07-06 18:32:20.6483|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next: Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter.
|
||
|
|
2024-07-06 18:32:20.6483|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next: Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter.
|
||
|
|
2024-07-06 18:32:20.6483|0|TRACE|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next: Action Filter: After executing OnActionExecutionAsync on filter Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter.
|
||
|
|
2024-07-06 18:32:20.6553|0|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker+Log.ExecutedAction: Executed action ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda) in 4606.5399ms
|
||
|
|
2024-07-06 18:32:20.6553|0|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware.Invoke: Executed endpoint 'ngaoda.Controllers.ImageProcessingController.ProcessImage (ngaoda)'
|
||
|
|
2024-07-06 18:32:20.6553|0|ERROR|Microsoft.AspNetCore.Diagnostics.DiagnosticsTelemetry.ReportUnhandledException: An unhandled exception has occurred while executing the request.
|
||
|
|
System.ArgumentNullException: Value cannot be null. (Parameter 'path2')
|
||
|
|
at System.ArgumentNullException.Throw(String paramName)
|
||
|
|
at System.IO.Path.Combine(String path1, String path2)
|
||
|
|
at ngaoda.Services.ImageProcessingService.ProcessImage(String path, Int32 w, Int32 h, Int32 q, Int32 dpr, String fit) in D:\workplace\Projects\PersonalProjects\ngaoda\Services\ImageProcessingService.cs:line 18
|
||
|
|
at ngaoda.Controllers.ImageProcessingController.ProcessImage(String path, Int32 w, Int32 h, Int32 q, Int32 dpr, String fit) in D:\workplace\Projects\PersonalProjects\ngaoda\Controllers\ImageProcessingController.cs:line 14
|
||
|
|
at lambda_method3(Closure, Object, Object[])
|
||
|
|
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
|
||
|
|
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker)
|
||
|
|
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
|
||
|
|
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
|
||
|
|
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
|
||
|
|
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
|
||
|
|
--- End of stack trace from previous location ---
|
||
|
|
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
|
||
|
|
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker)
|
||
|
|
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker)
|
||
|
|
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|7_0(Endpoint endpoint, Task requestTask, ILogger logger)
|
||
|
|
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
|
||
|
|
at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
|
||
|
|
at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
|
||
|
|
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
|
||
|
|
at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddlewareImpl.Invoke(HttpContext context)
|
||
|
|
2024-07-06 18:32:20.6718|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EB" sending HEADERS frame for stream ID 1 with length 68 and flags END_HEADERS.
|
||
|
|
2024-07-06 18:32:20.6718|0|INFO|Microsoft.AspNetCore.Hosting.HostingApplicationDiagnostics.LogRequestFinished: Request finished HTTP/2 GET https://localhost:7065/ImageProcessing?w=680&h=0&q=100&dpr=1&fit=fill - 500 - text/plain;+charset=utf-8 4676.0743ms
|
||
|
|
2024-07-06 18:32:20.6718|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EB" sending DATA frame for stream ID 1 with length 3372 and flags NONE.
|
||
|
|
2024-07-06 18:32:20.6718|0|TRACE|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteHeaderUnsynchronized: Connection id "0HN4TLS4172EB" sending DATA frame for stream ID 1 with length 0 and flags END_STREAM.
|
||
|
|
2024-07-06 18:32:29.3568|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.DoReceive: Connection id "0HN4TLS4172EB" received FIN.
|
||
|
|
2024-07-06 18:32:29.3568|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelTrace+Http2Log.Http2ConnectionClosed: Connection id "0HN4TLS4172EB" is closed. The last processed stream ID was 1.
|
||
|
|
2024-07-06 18:32:29.3568|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2FrameWriter.WriteToOutputPipe: The connection queue processing loop for 0HN4TLS4172EB completed.
|
||
|
|
2024-07-06 18:32:29.3568|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.Shutdown: Connection id "0HN4TLS4172EB" sending FIN because: "The Socket transport's send loop completed gracefully."
|
||
|
|
2024-07-06 18:32:29.3568|0|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.KestrelConnection`1.ExecuteAsync: Connection id "0HN4TLS4172EB" stopped.
|