Skip to content

Commit 26a5922

Browse files
committed
Attempt to fix macOS build again.
1 parent 4ac3b66 commit 26a5922

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/apple/NSURLClient.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
{
3636
bodydata = [NSData dataWithBytesNoCopy:(void*) req.postdata.data() length:req.postdata.size() freeWhenDone:NO];
3737
[request setHTTPBody:bodydata];
38-
break;
3938
}
4039

4140
for (auto &header : req.headers)

0 commit comments

Comments
 (0)