]> git.the-white-hart.net Git - gemini/cbs-server.git/commit
Use sendall() instead of send()
authorrs <>
Thu, 24 Feb 2022 07:23:58 +0000 (01:23 -0600)
committerrs <>
Thu, 24 Feb 2022 07:23:58 +0000 (01:23 -0600)
commit43a636967db1027b1969acee762b8ff428fe83de
tree7388a9bf42efeb51e4a237a6f508a995b2c2c262
parentd2c4de7a65f61746b11d44ccbffee1906adb4d77
Use sendall() instead of send()

Images weren't being served up properly because there was too much data
for send() to get through before the connection was closed out from
under it.
cbs-srv.py