Bug#822825: lua-socket: segfault in timeout_markstart() when called from mpv

2016-04-27 Thread Roland Hieber
Package: lua-socket Followup-For: Bug #822825 Quick follow up: I put a few prints into http.lua to get the content of the function parameters. http.sendrequestline() now looks like this: function metat.__index:sendrequestline(method, uri) print("sendrequestline: {method,u

Bug#822825: lua-socket: segfault in timeout_markstart() when called from mpv

2016-04-27 Thread Roland Hieber
Package: lua-socket Version: 3.0~rc1+git+321c0c9-1 Severity: normal Dear Maintainer, I'm trying to use socket.http from mpv. My script looks like this: $ cat test.lua local http = require("socket.http") local url = "http://rohieb.name"; print ("MARK") d,c,