uhttpsharp icon indicating copy to clipboard operation
uhttpsharp copied to clipboard

Source for SessionHandler is not available in github

Open cado2010 opened this issue 8 years ago • 0 comments

The nuget for uhttpsharp 0.1.6.22 includes a class SessionHandler that is not available in github. I want the latest version of uhttpsharp source code to debug an issue I'm facing where the CookieStorage ctor fails with an Index out of range error due to incorrect assumption of number of entries in the parsed cookie header:

2017-05-20 11:48:20,298 WARN (HttpClientHandler-22)((null)) Error while serving : 127.0.0.1:53639 System.IndexOutOfRangeException: Index was outside the bounds of the array. at uhttpsharp.CookiesStorage..ctor(String cookie) in c:\Users\shani\Documents\GitHub\uHttpSharp\uhttpsharp\IHttpContext.cs:line 66 at uhttpsharp.HttpContext..ctor(IHttpRequest request, EndPoint remoteEndPoint) in c:\Users\shani\Documents\GitHub\uHttpSharp\uhttpsharp\HttpContext.cs:line 17 at uhttpsharp.HttpClientHandler.<Process>d__1.MoveNext() in c:\Users\shani\Documents\GitHub\uHttpSharp\uhttpsharp\HttpClient.cs:line 82

Thanks!

cado2010 avatar May 20 '17 17:05 cado2010