Ian Cox

Results 6 issues of Ian Cox

Our EF model contained a couple of schemas. I think this pull request is a relatively simple change to support them.

According to the oauth1a standard the body should only be included under certain specific conditions: https://datatracker.ietf.org/doc/html/rfc5849#section-3.4.1.3 ``` o The HTTP request entity-body, but only if all of the following conditions...

This is the case with some HAR files generated by chrome/edge

This was because when the response was being read the response was not closed at the end. This meant that after 12xnumber cpu cores requests we were out of connections...

It seems that in the method Keys.ToString() returns the name of the type and so the length ends up being 21 ``` internal bool isAtKeysSizeLimit { get { return Keys...

I found a couple more spots where response objects are not closed CouchBase.GetSession() CouchBase.Authenticate()