se more or
less). So we either just terminate the connection forcefully (reset) or
read the full request and send it to /dev/null.
Michael
--
Michael Schlenker
Senior Software Engineer
CONTACT Software GmbH Tel.: +49 (421) 20153-80
Wiener Straße 1-3 Fax:+49
n the persistent connections feature of HTTP1.1
(due to TLS setup costs for new connections and burning through too many
client sockets when many calls are made).
Michael
--
Michael Schlenker
Senior Software Engineer
CONTACT Software GmbH Tel.: +49 (421) 20153-80
Wiener Straß
tion_from_error_queue
]
Michael
---
Michael Schlenker
Senior Software Engineer
CONTACT Software GmbH Tel.: +49 (421) 20153-80
Wiener Straße 1-3 Fax:+49 (421) 20153-41
28359 Bremen
E-Mail: michael.schlen...@contact-software.com
http://www.contact-software.
icrosoft Visual C++ 2008.
>
> - VS 2010 will NOT work
> - the free VS 2008 Express works (for 32-bit builds .. it does not include a
> 64-bit compiler)
But you can add the cmdline 64-bit compiler by downloading the free
Windows SDK.
Michael
--
Michael Schlenker
Software
, see
http://twistedmatrix.com/trac/wiki/TwistedWebClient)
"""
def __init__(self, code, reason):
self.code = code
self.reason = reason
def write(self, data):
pass
def read(self):
return ''
def seek(self, offset, wh
ice and need to ignore it. The service
itself should deal with this already.
Michael
--
Michael Schlenker
Software Architect
CONTACT Software GmbH Tel.: +49 (421) 20153-80
Wiener Straße 1-3 Fax:+49 (421) 20153-41
28359 Bremen
http://www.contact.de/ E-Mail: m
Am 24.10.2012 14:14, schrieb Phil Mayers:
> n 24/10/12 12:33, Michael Schlenker wrote:
>> Am 24.10.2012 11:01, schrieb Phil Mayers:
>>> On 10/24/2012 08:43 AM, John Aherne wrote:
>>
>> But what you are talking about is the SetConsoleCtrlHandler function.
>> http
#x27;)
ctx = DefaultOpenSSLContextFactory(keyfile, certfile)
site = server.Site(resource.NoResource())
site.protocol = HTTPChannel
reactor.listenSSL(port, site, ctx)
reactor.run()
Michael
--
Michael Schlenker
Software Architect
CONTACT Software GmbH Tel.: +49 (421)
only fixed 95% of the way if one needs to
access getHandle() of the underlying TCPTransport.
Are there any easy workarounds to get the socket handle anyway?
Michael
Am 12.12.2012 14:22, schrieb Michael Schlenker:
> Hi,
>
> i use twisted for some volume streaming over fat pipes (10 GE)
would i have to hook into the
connection setup of twisted.web and check the first few bytes for the
signs of an SSL Handshake signature?
Michael
--
Michael Schlenker
Software Architect
CONTACT Software GmbH Tel.: +49 (421) 20153-80
Wiener Straße 1-3 Fax:+49 (421) 20153
Am 11.02.2013 15:51, schrieb Itamar Turner-Trauring:
>
>
> On Mon, Feb 11, 2013 at 9:24 AM, Michael Schlenker <mailto:m...@contact.de>> wrote:
>
> Is there some pre-made solution, or would i have to hook into the
> connection setup of twisted.web and check
ding not so
much.
But client side support for 100-continue is spotty, at least the python
stdlib httplib client mishandles 100-continue requests in an attempt to
work around Microsoft IIS strangeness.
Michael
--
Michael Schlenker
Software Architect
CONTACT Software GmbH
t, 'twisted.internet import reactor' does just that, it loads its
own copy of 'ssleay32.dll', and as your ctypes call does not specifiy an
absolute path or sets up any activation context, you get the already
loaded DLL.
Michael
--
Michael Schlenker
Software Architect
CONTAC
13 matches
Mail list logo