[FFmpeg-trac] #2129(avformat:new): no_proxy environment variable implemented wrong
    FFmpeg 
    trac at avcodec.org
       
    Thu Jan 10 15:24:54 CET 2013
    
    
  
#2129: no_proxy environment variable implemented wrong
------------------------------------+------------------------------------
             Reporter:  divVerent   |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  normal      |                Component:  avformat
              Version:  git-master  |               Resolution:
             Keywords:  http        |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+------------------------------------
Comment (by divVerent):
 To list some other common implementations:
 libcurl: quite simple
 - Comma and space are equally-worth separators
 - no_proxy="*" disables proxies entirely
 - any domain name "example.org" matches "examle.org" as well as
 "*.example.org"
 - IP addresses are matched the same way; that makes including IP ranges
 impossible
 lynx: totally simple
 - Comma and space are equally-worth separators
 - anything else is a simple suffix match (so example.org also matches
 wtfexample.org for example)
-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2129#comment:2>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
    
    
More information about the FFmpeg-trac
mailing list