-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Ahc 78 #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ahc 78 #11
Conversation
If fail to compile [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile (default-testCompile) on project async-http-client: Compilation failure: Compilation failure: Do I need to update Jetty version? |
Oh I forgot...I had the latest jetty so i wrapped the array to get On Wed, May 4, 2011 at 2:20 PM, jfarcand <
|
Ok I committed/pushed the fixes. Gail On Wed, May 4, 2011 at 2:24 PM, Gail Hernandez
|
Currently, if an `HTTPBody` is set to .string, the length is calculated as string.count. In Swift, this is the number of extended grapheme clusters, not the UTF8 byte count. Instead, we should use the count of the UTF8View, as the bytes will be transmitted in this encoding.
Here are the fixes for the unit tests.