[mythtv-commits] Ticket #9970: http_server prevents start up

MythTV noreply at mythtv.org
Mon Aug 8 00:46:28 UTC 2011


#9970: http_server prevents start up
-----------------------------------+----------------------------
 Reporter:  brian@…                |          Owner:
     Type:  Bug Report - Crash     |         Status:  closed
 Priority:  minor                  |      Milestone:  0.25
Component:  MythTV - General       |        Version:  Trunk Head
 Severity:  medium                 |     Resolution:  fixed
 Keywords:                         |  Ticket locked:  0
-----------------------------------+----------------------------
Changes (by Github):

 * status:  new => closed
 * resolution:   => fixed
 * milestone:  unknown => 0.25


Comment:

 Fix HTTP Proxy usage.

 When we setup the http proxy, we were using as a type HttpProxy, when it
 should
 have been HttpCachingProxy (as we are using it *only* for HTTP requests).
 This
 allowed when we did a listen that it would try to proxy the incoming
 connections
 as far as I can tell.

 Also, to be absolutely sure, when we use a MythServer or the HTTPServer,
 we
 now set the connection's proxy to NoProxy before calling the listen.  This
 keeps it from even trying.

 Fixes #9970
  Branch:    master
  Changeset: e5784de119e06c8c21fdead0fd728fe773f7f6f0

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9970#comment:3>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list