-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: urcd
action: commit
revision:
path_from:
revision_from: 103262fe020cf6f19d99de3719e8bef7ef4ef7cf:
path_to:
revision_to:

git.thebackupbox.net

urcd

git://git.thebackupbox.net/urcd

commit 103262fe020cf6f19d99de3719e8bef7ef4ef7cf
Author: root <root@ip-10-56-75-16.(none)>
Date:   Fri Aug 30 03:21:36 2013 +0000

    bugfix

diff --git a/src/urcd.pyx b/src/urcd.pyx

index 20d02fa787f7395de55e794224fa7cd16d1d73ed..

index ..1fd16787a4e431758f6977c861f09ee8f8bf88af 100644

--- a/src/urcd.pyx
+++ b/src/urcd.pyx
@@ -241,7 +241,9 @@ while 1:
         if PRESENCE and Nick: sock_write(':'+Nick+'!'+Nick+'@'+serv+' QUIT :EOF\n')
         sock_close(15,0)
       byte = try_read(rd,1)
-      if byte == '': continue
+      if byte == '':
+        if client_revent(0): sock_close(15,0)
+        time.sleep(1)
       if byte == '\n': break
       if byte != '\r' and len(buffer)<768: buffer += byte
     buffer = re_CHATZILLA('',re_MIRC('NICK ',buffer)) ### workaround ChatZilla and mIRC ###

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 14:59:05 2024