milosoftware pushed to master at E2OpenPlugins/e2openplugin-OpenWebif

OpenPlugins Git

Vu+ Newbie
milosoftware pushed to master at E2OpenPlugins/e2openplugin-OpenWebif December 26, 2011


  • MiLo committed ee32a55

    Fix streaming support

    - Use hostname from client request, this allows the streaming interface
    to work across NAT and other proxies.
    - Avoid using "file" as variable name, it's a builtin function.
    - Using "keys()" on a dictionary will convert it to an array, and thus
    force a linear "in" search. Just use "in" directly on the dict.​
  • MiLo committed 8c3a88b

    Add streaming support (as suggested by nobody9)

    Needs a few fixes, see next commit​
  • View comparison for these 2 commits »

Read all...
 
Top