]> git.ipfire.org Git - thirdparty/squid.git/commit
Simplified Gopher client code
authorAlex Rousskov <rousskov@measurement-factory.com>
Fri, 16 Jul 2021 15:51:43 +0000 (11:51 -0400)
committerAlex Rousskov <rousskov@measurement-factory.com>
Fri, 16 Jul 2021 17:33:09 +0000 (13:33 -0400)
commitd518243a26d03d1db34f45243548024144db6a12
treec9a02c15f2bd0cd9975e29c72c95c3435afce6e3
parent3d222cf69c0c5d7eba7fc1c29bfccdd72c66226b
Simplified Gopher client code

Its fake deleteThis() and swanSong() methods were not really needed,
swanSong() was doing the cleanup that the destructor should be doing
(because the _real_ swanSong() is not guaranteed to be called), and
swanSong() implementation was actually a little buggy (creating a
dangling StoreEntry pointer).
src/gopher.cc