Jacob Hoffman-Andrews

Results 405 comments of Jacob Hoffman-Andrews

> I don't see how that works for tokens scoped to non-new-publish permissions, if those are a thing (as of this rfc or in the future) Correct, I think this...

Why is v1 certificate support required for personal certificates? Is there common software or a popular CA that generate such certificates?

The best current approach for certificates for localhost is mkcert: https://github.com/FiloSottile/mkcert. And I believe webpki properly handles such certificates, so long as the root is included in the trusted roots...

This is probably relevant, [from the BRs](https://cabforum.org/wp-content/uploads/CA-Browser-Forum-BR-1.7.3.pdf): > Internal Name: A string of characters (not an IP address) in a Common Name or Subject Alternative Name field of a Certificate...

Posted on https://github.com/frewsxcv/rust-chunked-transfer/issues/2

This is a good idea. One thing gets in the way: a `Response` represents the HTTP response headers, plus a TcpStream that can be used to read the response body....

Reopening. #531 doesn't actually resolve this, it is just a prerequisite. Now that small responses have their body stored in the Response, it's practical to implement this. We will probably...

> right now it's up to whether the content was read in one syscall into the BufReader. Yes, I'm reconsidering my previous suggestion that we shouldn't call `fill_buf` repeatedly. For...

Thanks for filing, and welcome to the repo! I've been wanting to get this done for a while. It sounds like your proposal has two parts: - For all input...