Staging
v0.5.1
https://github.com/python/cpython
Revision c492437922d82b21972a31184af24d15ec23eba8 authored by Antoine Pitrou on 16 December 2010, 16:48:36 UTC, committed by Antoine Pitrou on 16 December 2010, 16:48:36 UTC
for security reasons.  Initial patch by Ross Lagerwall.
1 parent 12de8ac
Raw File
Tip revision: c492437922d82b21972a31184af24d15ec23eba8 authored by Antoine Pitrou on 16 December 2010, 16:48:36 UTC
Issue #10714: Limit length of incoming request in http.server to 65536 bytes
Tip revision: c492437
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top