Skip to content

Commit

Permalink
Update Objective-C/Internal/Replicator/CBLWebSocket.mm
Browse files Browse the repository at this point in the history
  • Loading branch information
jayahariv committed May 25, 2021
1 parent 5281698 commit a4ebccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Objective-C/Internal/Replicator/CBLWebSocket.mm
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ - (void) _sendWebSocketRequest {

slice sessionCookie = _options[kC4ReplicatorOptionCookies].asString();
if (sessionCookie.buf)
[_logic addValue: sessionCookie.asNSString() forHTTPHeaderField: @"Cookie"];
[_logic addValue: sessionCookie.asNSString() forHTTPHeaderField: @"Cookie"];


NSString* cookie = [_db getCookies: _remoteURL];
Expand Down

0 comments on commit a4ebccb

Please sign in to comment.