Whyrusleeping
Whyrusleeping
This PR makes the go-multiaddr interface match my own views on how interfaces in go should work, namely: 1) Constructors should always return a concrete type, not an interface. -...
It would be pretty cool to have a Format method on multiaddrs that allows the caller to express how they want to print the multiaddr. For example: ``` go maddr...
A stream muxer stress test i have fails when using muxado, it appears to hang after opening and closing a certain number of streams. To reproduce: ``` go get -u...
We really need to start actually testing NAT traversal in a variety of different scenarios. I have investigated a few different ways of doing this virtually, and theyre all 'really...
This is very similar to #2847. Information about peers (their addresses, the protocols they have, their public keys) are currently stored in memory and need to be written to disk...
It currently seems like request body sizes are unbounded, We should put some limits here both at the http server layer and at the nginx layer.
Query methods with no request body will error out of the Content-Type header is set. I would expect it to just be ignored
cc @diasdavid @lgierth @RichardLitt for review and feedback