Skip to content

Commit

Permalink
Merge pull request #33 from agelostsal/rel-1-0-1
Browse files Browse the repository at this point in the history
AMS Push Server Release 1.0.1
  • Loading branch information
themiszamani authored Oct 8, 2021
2 parents c4f8d11 + d1e1c0b commit c6120e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 3 additions & 1 deletion ams-push-server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Name: ams-push-server
Summary: ARGO Ams Push Server.
Version: 1.0.0
Version: 1.0.1
Release: 1%{?dist}
License: ASL 2.0
Buildroot: %{_tmppath}/%{name}-buildroot
Expand Down Expand Up @@ -57,5 +57,7 @@ go clean
%attr(0644,root,root) /usr/lib/systemd/system/ams-push-server.service

%changelog
* Tue Oct 5 2021 Agelos Tsalapatis <agelos.tsal@gmail.com> 1.0.1-1%{?dist}
- Release of ams-push-server 1.0.1
* Wed May 27 2020 Agelos Tsalapatis <agelos.tsal@gmail.com> 1.0.0-1%{?dist}
- Release of ams-push-server 1.0.0
6 changes: 0 additions & 6 deletions api/v1/grpc/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ func NewPushService(cfg *config.Config) *PushService {
},
}

// if tls is enabled for the server
// use the cert/key for outgoing http requests as well
if ps.Cfg.TLSEnabled {
transCfg.TLSClientConfig.Certificates = ps.Cfg.GetTLSConfig().Certificates
}

client := &http.Client{
Transport: transCfg,
Timeout: time.Duration(30 * time.Second),
Expand Down

0 comments on commit c6120e9

Please sign in to comment.