akr

Results 8 comments of akr

I think the current behavior is appropriate for datagram sockets as described in test_dgram_pair.

I think a test should be implemented. It should be possible by redefining `Addrinfo.getaddrinfo`.

I think we should consider a state machine for Happy Eyeballs v2. This is my understanding of Happy Eyeballs v2 ``` state Start do start IPv6 getaddrinfo start IPv4 getaddrinfo...

> I think we should consider a state machine for Happy Eyeballs v2. > > This is my understanding of Happy Eyeballs v2 I updated the state machine. It describes...

I found the reason to avoid Stream.t: OCaml 4.14.0 deprecated Stream. https://ocaml.org/releases/4.14.0 I still think that it is better to avoid End_of_file exception for foutput. I'm happy if I can...

I understand the motivation. We need to customize header fields for each request. However, I feel that hard coding the field name "Authorization" is not a good idea. How about...

Your understanding of "Specify a Hash" and "Specify a Block" is correct. ("Block" is not an appropriate word here. "Proc object" would be better, though.) I don't accept 'Suggestion about...