Commit Graph

5 Commits

Author SHA1 Message Date
Victor Agababov f21f66204a
Add a method to set possible maxidle params on the transport. (#1557)
This method is not used anywhere outside pkg right now, so it's a safe change.
This will permit activator to set desired maxidle params and cache more connection for better performance
2020-07-24 14:10:57 -07:00
Nghia Tran 2fee85652e
Add elapsed wait time in timeout message. (#1274)
* Add elapsed wait time in timeout message.

* Update network/transports_test.go

Co-authored-by: Victor Agababov <vagababov@gmail.com>

* Update network/transports.go

Co-authored-by: Victor Agababov <vagababov@gmail.com>

Co-authored-by: Victor Agababov <vagababov@gmail.com>
2020-05-01 18:46:43 -07:00
Nghia Tran 3d369cddd5
Expose the `dialWithBackOff` util. (#1267) 2020-04-30 12:01:42 -07:00
Markus Thömmes 1b903ad8cc
Fix malformed license headers. (#1258) 2020-04-29 08:38:42 -07:00
Victor Agababov 37bd04dc3e Move generic packages from serving to pkg. (#927)
* Move generic packages from serving to pkg.

I was asked to move this to do some re-use in Eventing.

/cc @chizh
/assign mattmoor @tcnghia

* fix the compile error
2019-12-06 17:57:40 -08:00