Barry Broderick

Results 3 issues of Barry Broderick

Hi all, More of a comment than an issue. I noticed that you tend to keep track of data credits higher up in the user application. This is fine, but...

question

Hi, I spotted a bug in PsychicRequest.cpp which causes problems with Digest Auth: https://github.com/hoeken/PsychicHttp/blob/58569481d5fc51d5fb07d2db2d0a081e3d899ed0/src/PsychicRequest.cpp#L427 `_method` is set to HTTP_GET in the initializer list but is never set anywhere else. This...