mirror of
				https://github.com/9001/copyparty.git
				synced 2025-11-04 05:43:17 +00:00 
			
		
		
		
	fix terminating tls connections wow
This commit is contained in:
		@@ -507,6 +507,7 @@ class HttpCli(object):
 | 
				
			|||||||
        items = items.replace("\r", "").split("\n")
 | 
					        items = items.replace("\r", "").split("\n")
 | 
				
			||||||
        items = [unquotep(x) for x in items if items]
 | 
					        items = [unquotep(x) for x in items if items]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        self.parser.drop()
 | 
				
			||||||
        return self.tx_zip(k, v, vn, rem, items, self.args.ed)
 | 
					        return self.tx_zip(k, v, vn, rem, items, self.args.ed)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def handle_post_json(self):
 | 
					    def handle_post_json(self):
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -99,6 +99,7 @@ class HttpSrv(object):
 | 
				
			|||||||
            cli.run()
 | 
					            cli.run()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        finally:
 | 
					        finally:
 | 
				
			||||||
 | 
					            sck = cli.s
 | 
				
			||||||
            if self.args.log_conn:
 | 
					            if self.args.log_conn:
 | 
				
			||||||
                self.log("%s %s" % addr, "|%sC-cdone" % ("-" * 7,), c="1;30")
 | 
					                self.log("%s %s" % addr, "|%sC-cdone" % ("-" * 7,), c="1;30")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user