DicksengA

Results 3 issues of DicksengA

Able to mount with etcd client auth enabled. After approximately 3 mins, unable to interact with etcd. Error displays Failed to list keys from etcd, error="context deadline exceeded"

Was trying to integrate with webdriverio and was looking at the PhotoTakingStrategy class. ```typescript browseTheWeb = BrowseTheWeb.as(stage.theActorInTheSpotlight()); ``` if we change it to AbilityToTakePhoto.as(stage.theActorInTheSpotlight()); ```typescript interface AbilityToTakePhoto{ takeScreenshot():String; platform: Capabilities();...

enhancement

Setup browser -> vertx-reverse-proxy -> ngnix web-server When the browser sends http request "If-None-Match" and "If-Modified-Since" header, ngnix returns 304 with chunked. Notice the reverse proxy does not end connection....

bug