Re: [Twisted-Python] Contributing documentation inside CONTRIBUTING repo file

2014-02-21 Thread Glyph Lefkowitz
On Feb 21, 2014, at 8:03 AM, Adi Roiban wrote: > There is currently an effort to re-organize the contributor documentation > underway. Given its fragile state, I wouldn't want to disturb it sending > work off in a different direction. On the other hand, if you'd like to take > over and comp

Re: [Twisted-Python] Status of twistedchecker

2014-02-21 Thread Glyph Lefkowitz
On Feb 20, 2014, at 6:00 AM, Adi Roiban wrote: > While submitting a patch on Twisted I got a review response that my code is > not complaint with `twistedchecker`. > > My first reaction was: Holy code, what is twistedchecker! As new tools are added to our development process to make things ea

Re: [Twisted-Python] Contributing documentation inside CONTRIBUTING repo file

2014-02-21 Thread Adi Roiban
On 20 February 2014 17:13, wrote: > On 02:55 pm, a...@roiban.ro wrote: > >> Hi. >> >> Right now CONTRIBUTING file from twisted repo sends developers to: >> https://twistedmatrix.com/trac/wiki/ContributingToTwistedLabs >> >> What do you think about having basic contributing documentation inside th

[Twisted-Python] Implement HTTP request acception / rejection as defined in RFC 2616 - 8.2.3

2014-02-21 Thread Adi Roiban
Hi, As requested during review I am moving this to mailing list for discussions. The initial ticket is here : https://twistedmatrix.com/trac/ticket/6928 --- The current Twisted implementation of RFC 2616 - 8.2.3 is very simple and Twisted will always reply with continue to Accept: 100-conti