Dan Kortschak
Dan Kortschak
1. I will do that. 2. That was something that I was considering. In the first instance though I have been using the mito CLI program which will do nearly...
The inclusion of logging round tripper will require moving the httplog package out of the httpjson/internal directory, ~so that should probably happen in a later PR~. I have sent another...
/package
Thanks. I'll take a look. - [x] fix expected `src` type — error in constructor - [x] fix repeated requests — this is working as intended, though this may need...
I don't know why the `cnt` field was added; I have been using it as a sequence number while debugging, and I suspect that was the reason it was originally...
Query whether large test assets are OK.
Note that due to CVE-2021-41771 this may be unsafe to use until we are on go1.17.3. See https://groups.google.com/g/golang-dev/c/BC9Nelav6LU.
Given Plan9 is not a supported platform I can remove the tests and logic for this GOOS, instead just exiting the parser early when the obj type is plan9. This...