Skip to content

Commit

Permalink
Update lib/http/HttpClient_WinInet.cpp
Browse files Browse the repository at this point in the history
Co-Authored-By: Reiley Yang <reyang@microsoft.com>
  • Loading branch information
maxgolov and reyang authored Mar 10, 2020
1 parent 6711d96 commit 0dd5a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/http/HttpClient_WinInet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class WinInetRequestWrapper
}

// Asynchronously send HTTP request and invoke response callback.
// Onwership semantics: send(...) method self-destroys *this* upon
// Ownership semantics: send(...) method self-destroys *this* upon
// receiving WinInet callback. There must be absolutely no methods
// that attempt to use the object after triggering send on it.
// Send operation on request may be issued no more than once.
Expand Down

0 comments on commit 0dd5a72

Please sign in to comment.