Document expectations about NameResolver SocketAddresses
- Lenguaje dominante
- Java
- Estrellas
- 12.1k
- Forks
- 4k
- Merge medio
- 2 d 17 h
- PR fusionados (30 d)
- 37
Descripción
Currently, a name resolver returns a collection of `SocketAddress` wrapped up in `EquivalentAddressGroup`s. In the most common case InetSocketAddress will be used. Currently there are no expectations about the data in the address, but I believe we need to clarify this.
This came up in working with HTTP Proxies. In case a Proxy is used, Netty can derive the the initial CONNECT message from the InetSocketAddress hostname. This may be present or may not, but the behavior of this may change based on what the name resolver returns.
I don't know what to say here, other than it may be absent, but I wanted to open up a discussion because it recently came up.
Guía de contribución
Línea de trabajo
Empieza revisando la documentación de la API de NameResolver y EquivalentAddressGroup, especialmente cómo se utilizan los nombres de host de InetSocketAddress con HTTP proxies. Documenta los datos esperados de SocketAddress, incluido si un nombre de host puede estar ausente, y aclara el comportamiento resultante.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- java
- Área
- documentation, networking
- Tipo de issue
- Documentación
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 32/100