All HTTP networking broken on -pre2 on Windows
Example like
http://streams.videolan.org/streams/ts/BShi-aac3.2.1.ts
main debug: creating access 'http' location='streams.videolan.org/streams/ts/BShi-aac3.2.1.ts', path='\\streams.videolan.org\streams\ts\BShi-aac3.2.1.ts'
main debug: looking for access module matching "http": 20 candidates
access_http debug: querying proxy for http://streams.videolan.org/streams/ts/BShi-aac3.2.1.ts
access_http debug: no proxy
access_http debug: http: server='streams.videolan.org' port=80 file='/streams/ts/BShi-aac3.2.1.ts'
main debug: net: connecting to streams.videolan.org port 80
qt4 debug: IM: Setting an input
main debug: connection succeeded (socket = 1568)
main error: read error: Resource temporarily unavailable
access_http error: failed to read answer
access_http debug: switching to HTTP version 1.0
main debug: net: connecting to streams.videolan.org port 80
main debug: connection succeeded (socket = 1576)
main error: read error: Resource temporarily unavailable
access_http error: failed to read answer
main debug: net: connecting to streams.videolan.org port 80
main debug: connection succeeded (socket = 1580)
main error: read error: Resource temporarily unavailable
access_mms error: failed to read answer
main debug: no access modules matched
main error: open of `http://streams.videolan.org/streams/ts/BShi-aac3.2.1.ts' failed
main debug: finished input
main debug: dead input
main debug: changing item without a request (current 0/1)
main debug: nothing to play
qt4 debug: IM: Deleting the input
Reverting 7ad144 makes it work again.