webServer icon indicating copy to clipboard operation
webServer copied to clipboard

Range

Open StevenHD opened this issue 5 years ago • 0 comments

task.cpp中的这个Range是做什么的?

if( char *tmp = strstr( buf, "Range:" ) ) {
            tmp += 13;
            sscanf( tmp, "%d", &start );
        }

StevenHD avatar Nov 21 '20 06:11 StevenHD