]> git.ipfire.org Git - thirdparty/squid.git/commit
Catch std::exception (instead of a more specific TextException) to catch
authorAlex Rousskov <rousskov@measurement-factory.com>
Mon, 29 Sep 2008 07:46:55 +0000 (01:46 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Mon, 29 Sep 2008 07:46:55 +0000 (01:46 -0600)
commit2a33a41bde2a84c77f8e065b58acd61f26912729
treefed4ef05ebf12a3fb7f0c1a69b2602adcf10438d
parent8c0c8a9fea186f474f25b265e5a7cd816c0d02ed
Catch std::exception (instead of a more specific TextException) to catch
more exceptions. We do not care what exception we actually caught anyway.
src/ICAP/ICAPModXact.cc
src/ICAP/ICAPModXact.h
src/http.cc