Results 73 comments of arlecchino

https://github.com/NVentimiglia/Websockets.PCL/compare/master...kolbma:master

1. That's a bug in your server. Your server needs to close the connections before it's going away. This should be handled in OnClose... 2. If your client should handle...

Android is no blocker... it works out of the box. I've no iOS.

In host mode it is passed. But host mode is only available on Linux. A special situation is when the docker host is **ipv4** and **ipv6** (which is quite normal...

@jerrac Yes it would be and not asking in an existing issue targeting a different problem. For your problem... Apache doesn't log the ForwardFor address by default. I think you...

There is the change for usage in lib/plugins/formBodyParser.js missing. ``` diff --git a/lib/plugins/formBodyParser.js b/lib/plugins/formBodyParser.js index 45731e8..ed19bc5 100644 --- a/lib/plugins/formBodyParser.js +++ b/lib/plugins/formBodyParser.js @@ -3,7 +3,7 @@ 'use strict'; var assert =...

Well, I've tested it with an unregistered domain/NXDOMAIN. And then you get this crude _"could not validate negative response missing SOA"_ error. The SOA is from the NIC. And the...

Sorry, but I can't check this out at the moment. In alpha.3 there are now too many API incompatibilities (Generics and Async) to before, that it makes no sense to...

> > And also whatever this value is set to, my `lookup_ip()` queries become always sent with **AD bit set**. > > What version are you using? Might be good...

I've commented in code... ```rust use std::net::SocketAddr; use hickory_resolver::{ config::{NameServerConfig, Protocol, ResolverConfig, ResolverOpts}, Resolver, }; #[test] fn lookup_without_ad_flag() { let socket_addr = "1.1.1.1:53".parse::().expect("invalid address"); let name_servers = [ NameServerConfig {...