Skip to content

Commit

Permalink
Update relay.go. Remove unnamed portal closing (#634)
Browse files Browse the repository at this point in the history
* Update relay.go. Remove unnamed protal closing

* Update relay.go

* Update relay.go
  • Loading branch information
reshke authored Jul 5, 2024
1 parent 278ecbf commit a16fd73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion router/relay/relay.go
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,8 @@ func (rst *RelayStateImpl) ProcessExtendedBuffer(cmngr poolmgr.PoolMgr) error {
if err != nil {
return err
}


/* Here we close portal, so other clients can reuse it */
_, _, err = rst.RelayStep(&pgproto3.Close{
ObjectType: 'P',
}, false, false)
Expand Down

0 comments on commit a16fd73

Please sign in to comment.