• M
    esx: Fix and improve the libcurl debug callback · d9734072
    Matthias Bolte 提交于
    The data passed to the callback is not guaranteed to be zero terminated,
    take care of that by coping the data and adding a zero terminator.
    
    Also dump the data for other types than CURLINFO_TEXT.
    
    Set CURLOPT_VERBOSE to 1 so the debug callback is called when enabled.
    d9734072
esx_vi.c 85.3 KB