- Timestamp:
- Sep 6, 2018 1:11:14 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124883
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/rest/RTCRestClientResponseBase.cpp
r74025 r74116 218 218 219 219 const char *pchColon = (const char *)memchr(a_pchData, ':', cchFieldNoCrLf); 220 Assert(pchColon);221 220 if (pchColon) 222 221 { … … 319 318 } 320 319 } 320 /* 321 * else { verify that it's the HTTP/... line at the start } 322 */ 321 323 322 324 /*
Note:
See TracChangeset
for help on using the changeset viewer.