jellyfin/Emby.Server.Implementations/SocketSharp
Ulysse a1d50a6d05 Clean WebSocketSharpRequest.PathInfo (#1212)
* rm useless ResolvePathInfoFromMappedPath method

* rm useless NormalizePathInfo method

* Use request.Path instead of RawUrl

* Removing unused `HandlerFactoryPath` field

* Use an  expression body definition and rm field `pathInfo`

* More (syntactic) sugar

* Who needs blocks in cases ?
2019-04-09 20:19:27 +02:00
..
HttpFile.cs kestrel init 2019-02-26 22:11:21 +01:00
HttpPostedFile.cs Fail on warnings for Jellyfin.Server 2019-03-07 21:52:16 +01:00
RequestMono.cs Cleanup/simplification 2019-03-07 21:13:13 +01:00
SharpWebSocket.cs Call SharpWebSocket's Closed event handler before disposing 2019-02-27 23:39:20 +01:00
WebSocketSharpListener.cs Don't set status code if response is closed 2019-03-07 22:26:23 +01:00
WebSocketSharpRequest.cs Clean WebSocketSharpRequest.PathInfo (#1212) 2019-04-09 20:19:27 +02:00
WebSocketSharpResponse.cs Don't set status code if response is closed 2019-03-07 22:26:23 +01:00