Strip trailing whitespace.
This commit is contained in:
@@ -361,7 +361,7 @@ class NativeHTTPRequest
|
||||
|
||||
return promise.future;
|
||||
}
|
||||
|
||||
|
||||
private function buildBuffer() {
|
||||
bytes = buffer.getBytes();
|
||||
return bytes;
|
||||
@@ -393,9 +393,9 @@ class NativeHTTPRequest
|
||||
}
|
||||
|
||||
private function curl_onWrite(curl:CURL, output:Bytes):Int
|
||||
{
|
||||
{
|
||||
buffer.addBytes(output, 0, output.length);
|
||||
|
||||
|
||||
return output.length;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user