Andres Douglas
Andres Douglas
OK, it seems like the segfault happens somewhat randomly. the following also caused it to happen. Ran it again and it's working, but segfaults once in a while. ``` #...
``` # go version go version xgcc (Ubuntu 4.9.3-0ubuntu4) 4.9.3 linux/amd64 ```
OK, did some updating of packages and re-installing of go. Now on ``` # go version go version go1.2.1 linux/amd64 ``` It seems like it's still a bit wonky. The...
Just installed go 1.6. I re-compiled cuttle with go 1.6. Should running the new ./bin/cuttle be sufficient or do I also have to add the 1.6 go binary to the...
Update: no longer segfaults after compiling with 1.6 but after a few Tens of API calls routed through it, it returns a Bad Status Line "" (error in Django)
Found something rather interesting when running the proxy manually (only way it seems to print full logging). Seems like a bunch of people - and by this I mean thousands...
Ha, yes. I think it eventually fails because of this ``` O[2016-06-22T04:07:51-04:00] RPSControl[host:*]: Waiting for 1000ms. INFO[2016-06-22T04:07:51-04:00] Main: Forwarding request to http://i.y.qq.com/pcmusic/fcgi-bin/qm_rplstingmus.fcg?version=12&miniversion=57&uin=300000280&key=&guid=&gkey=&musicid=106867039&fromtag=0&music=0&errcode=0&level=1&fileid=0&hideuin=335266366&method=1&pcachetime=1466582571 2016/06/22 04:07:51 http: Accept error: accept tcp [::]:3128:...
What would be the simplest thing to set up to prevent exposing it to the world? I'm running our application server on heroku, and cuttle on digital ocean. It may...
Ah, yes I setup a firewall no problem, but was disappointed when I tried to figure out how to get my heroku instance's static IP. Yes, I'll try setting up...
OK, squid set up, but not sure how to route requests from cuttle to squid, or should the requests go from squid to cuttle?