Skip to content

Commit 61f3491

Browse files
committed
fix merge issue
1 parent 8e60b7f commit 61f3491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sender_pool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ func (p *LineSenderPool) Acquire(ctx context.Context) (LineSender, error) {
143143
if p.conf != "" {
144144
return LineSenderFromConf(ctx, p.conf)
145145
} else {
146-
conf := &lineSenderConfig{}
146+
conf := newLineSenderConfig(httpSenderType)
147147
for _, opt := range p.opts {
148148
opt(conf)
149149
if conf.senderType == tcpSenderType {

0 commit comments

Comments
 (0)