Remove trailing whitespace.
This commit is contained in:
@@ -42,7 +42,7 @@ class NativeHTTPRequest
|
|||||||
private static var multiAddHandle:Deque<CURL>;
|
private static var multiAddHandle:Deque<CURL>;
|
||||||
#end
|
#end
|
||||||
private static var cookieList:Array<String>;
|
private static var cookieList:Array<String>;
|
||||||
|
|
||||||
private var buffer:BytesBuffer = new BytesBuffer();
|
private var buffer:BytesBuffer = new BytesBuffer();
|
||||||
private var bytes:Bytes;
|
private var bytes:Bytes;
|
||||||
private var bytesLoaded:Int;
|
private var bytesLoaded:Int;
|
||||||
@@ -362,12 +362,12 @@ class NativeHTTPRequest
|
|||||||
|
|
||||||
return promise.future;
|
return promise.future;
|
||||||
}
|
}
|
||||||
|
|
||||||
private function buildBuffer() {
|
private function buildBuffer() {
|
||||||
bytes = buffer.getBytes();
|
bytes = buffer.getBytes();
|
||||||
return bytes;
|
return bytes;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Event Handlers
|
// Event Handlers
|
||||||
private function curl_onHeader(curl:CURL, header:String):Void
|
private function curl_onHeader(curl:CURL, header:String):Void
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user