Re: [Twisted-Python] twcgi duplicate Content-Type

2010-12-31 Thread Laurens Van Houtven
Apparently I was mistaken. That patch is already in the release I'm running -- this is what *broke* it, apparently. The first ticket fixed a bug, but introduced a new one. I made a ticket: http://twistedmatrix.com/trac/ticket/4786 cheers lvh ___ Twisted

Re: [Twisted-Python] twcgi duplicate Content-Type

2010-12-31 Thread Laurens Van Houtven
Aha! For posterity, this is a known bug: http://twistedmatrix.com/trac/ticket/4742 Fixed in trunk but not yet released. cheers lvh ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twis

[Twisted-Python] twcgi duplicate Content-Type

2010-12-31 Thread Laurens Van Houtven
Hi! I'm using twcgi to serve a Fossil repository through CGI (it's that or xinetd). For some reason, Chrome wasn't rendering the CSS. Looking at the HTTP response headers for the GET request for the CSS file, I saw this: HTTP/1.1 200 OK Date: Sat, 01 Jan 2011 00:14:58 GMT Content-Length: 13484 E

[Twisted-Python] job server project

2010-12-31 Thread Umut Aydin
Hello everybody I just completed an article about writing a job server with Twisted Framework. It's also based on my job server project called Jobbar. http://umut.mobi/blog/2010/12/31/jobbar-distributed-job-server/ I'm still working on it. Happy new year. - Umut __