use for instead of while for infinite loop (the latter provokes a warning from DEC cc)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 8 Oct 2005 16:54:43 +0000 (16:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 8 Oct 2005 16:54:43 +0000 (16:54 +0000)
commita09f8377ec401fe2b70aaeb5ada8b55df128ef97
tree375f184a97585a71cb77b1aacf6509a2125a77b6
parenta1aa0349f8b4875c8f90bba7d4911a9a1f74aa81
use for instead of while for infinite loop (the latter provokes a warning from DEC cc)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35838 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/http.cpp