https://issues.dlang.org/show_bug.cgi?id=23852
Issue ID: 23852
Summary: HTTP verbose misspell "received" as "recveived"
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
When was using HTTP post with verbose on got this as message
Not sure if this is supposed to be D thing or http thing though
```
* We are completely uploaded and fine
* old SSL session ID is stale, removing
* recveived GOAWAY, error=9, last_stream=0
* Closing connection 0
std.net.curl.CurlException@std/net/curl.d(4402): Transferred a partial file on
handle 55BA71F247C0
```
--