add ability to query props

This commit is contained in:
idk
2019-04-25 23:55:04 -04:00
parent bd8dc655d1
commit 1b0c4ad512
2 changed files with 7 additions and 8 deletions

View File

@ -79,7 +79,6 @@ func (f *SAMHTTPProxy) Props() map[string]string {
return r
}
func (p *SAMHTTPProxy) Cleanup() {
p.Close()
}