aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/SocketSharp/RequestMono.cs
AgeCommit message (Collapse)Author
2019-08-09Replace custom code with Asp.Net Core codeBond_009
2019-03-25Lower the amount of running tasksBond_009
2019-03-07Cleanup/simplificationBond-009
* Removed useless copies/allocations * Reduced unneeded complexity
2019-03-07Merge remote-tracking branch 'remotes/upstream/master' into kestrel_pocClaus Vium
2019-03-05Switch to HeaderNames instead of hardcoded strings (and other header related ↵Claus Vium
fixes)
2019-02-27Replace some usage of QueryParamCollectionClaus Vium
2019-02-27Remove some unused stuffClaus Vium
2019-02-26kestrel initClaus Vium