jakzo
jakzo
@moll Is there any update on this? My specific problem is that I use `.on('request')` but I have no way of knowing the full URL since the protocol could be...
Just documenting here my hacks to get around this until a proper solution is implemented: ```js mitm.on('connect', (socket, opts) => { let serverSocket = undefined; Object.defineProperty(socket, 'serverSocket', { set(server) {...
Looks like the docs need to be updated. The [test here](https://github.com/splunk-terraform/terraform-provider-signalfx/blob/c6041ba5f36e51f22b68b63c96650a91d06a9f5c/signalfx/resource_signalfx_single_value_chart_test.go) shows that you should use it like this: ``` color_by = "Scale" color_scale { gte = 85, color =...