dcorbin (David Corbin)
- Login: dcorbin
- Registered on: 08/01/2016
- Last sign in: 08/01/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
08/01/2016
-
11:52 AM Ruby Bug #12642 (Closed): Net::HTTP populates host header incorrectly when using an IPv6 Address
- When sending a request, the client code adds a "Host" header. It does the by taking the given address, appending a colon, and then appending the port. This creates a fragment of a URL such as "google.com:80". However, when instead of ...