- Timestamp:
- Apr 12, 2024 10:04:21 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/http-curl.cpp
r102916 r104308 2834 2834 if (!puHttpStatus) 2835 2835 rc = VERR_HTTP_NOT_FOUND; 2836 break; 2837 case 501: 2838 /* Requested function not supported */ 2839 if (!puHttpStatus) 2840 rc = VERR_HTTP_NOT_SUPPORTED; 2836 2841 break; 2837 2842 }
Note:
See TracChangeset
for help on using the changeset viewer.