LI Daobing
LI Daobing
from your sdk, you use a non-https host of upyun and you sent username and password with simple http auth, so the password will leak if the package is captured.
``` $ /usr/local/Cellar/go/1.9.3/bin/go get -v github.com/mattn/go-gtk/glib github.com/mattn/go-gtk/glib # github.com/mattn/go-gtk/glib ld: warning: /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation, ignoring unexpected dylib file $ /usr/local/Cellar/go/1.9.4/bin/go get -v github.com/mattn/go-gtk/glib github.com/mattn/go-gtk/glib go build github.com/mattn/go-gtk/glib: invalid flag in pkg-config --cflags:...
```go func TestWindow_ConfigureEvent(t *testing.T) { gtk.Init(nil) w := gtk.NewWindow(gtk.WINDOW_TOPLEVEL) // this line will not crash w.Emit("activate-default") // this line will crash w.Emit("configure-event") } ``` ``` [signal SIGSEGV: segmentation violation code=0x1...
``` Body stored in: /var/folders/fh/5k0fl9xd06xgflnp5d90dz8m0000gn/T/tmpjIYObb DNS Lookup TCP Connection TLS Handshake Server Processing Content Transfer [ 2ms | 194ms | 92ms | -288ms | 1255ms ] | | | |...
as the title
one sample service info as follows, how about add the //children //mermory/percenttotal //cpu/percenttotal info? thanks ``` 1292484038 76458 php-fpm 0 0 1 0 0 14509 1 769741 35 0.0 10.4...
From: http://www.douban.com/group/topic/16793802/ 在获取对象失败的时候,能不能抛出一个异常,而不只是返回 nil