Changeset 107882 in vbox for trunk/src/VBox/Runtime/r3/http-server.cpp
- Timestamp:
- Jan 22, 2025 10:34:43 AM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/http-server.cpp
r106061 r107882 1312 1312 LogFlowFunc(("Reading client request ...\n")); 1313 1313 1314 tsLastReadMs = RTTimeMilliTS();1315 cWaitMs = 200; /* All consequtive waits do busy waiting for now. */1316 1317 1314 char *pszReq = szReq; 1318 1315 size_t cbRead;
Note:
See TracChangeset
for help on using the changeset viewer.