Hi,

Bert JW Regeer <[email protected]> writes:

> I am hoping to get some feedback from testing, if you can

I installed waitress 1.2.0b1 in an application I'm developing, and the only
"suspicious" thing I noticed is the following warning log, that popups quite
often:

  waitress: application-written content was ignored due to HTTP response that
  may not contain a message-body: (200 OK)

Putting a debugger in task.py::Task.write(), I see the following backtrace

    /usr/local/lib/python3.6/threading.py(884)_bootstrap()
  -> self._bootstrap_inner()
    /usr/local/lib/python3.6/threading.py(916)_bootstrap_inner()
  -> self.run()
    /usr/local/lib/python3.6/threading.py(864)run()
  -> self._target(*self._args, **self._kwargs)
    /usr/local/lib/python3.6/site-packages/waitress/task.py(78)handler_thread()
  -> task.service()
    /usr/local/lib/python3.6/site-packages/waitress/channel.py(336)service()
  -> task.service()
    /usr/local/lib/python3.6/site-packages/waitress/task.py(175)service()
  -> self.execute()
    /usr/local/lib/python3.6/site-packages/waitress/task.py(469)execute()
  -> self.write(b'') # generate headers
  > /usr/local/lib/python3.6/site-packages/waitress/task.py(353)write()
  -> self.logger.warning(

Is it expected?

Thank you,
ciao, lele.
-- 
nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri
real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia.
[email protected]  |                 -- Fortunato Depero, 1929.

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/8736qbavgg.fsf%40metapensiero.it.
For more options, visit https://groups.google.com/d/optout.

Reply via email to