Skip to content

Commit 04ed90e

Browse files
committed
chore: okhttp supports non http proxies
1 parent 4a143d8 commit 04ed90e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • feign-common/src/main/java/io/github/primelib/primecodegenlib/java/feign/common/config

feign-common/src/main/java/io/github/primelib/primecodegenlib/java/feign/common/config/ProxySpec.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
@NoArgsConstructor(access = AccessLevel.PRIVATE, force = true)
2222
@Slf4j
2323
public class ProxySpec {
24-
/*
25-
* Only HTTP(S) proxies are supported due to library limitations
24+
/**
25+
* The type of the proxy server
2626
*/
2727
@NotNull
2828
private Proxy.Type type = Proxy.Type.HTTP;

0 commit comments

Comments
 (0)