u
This commit is contained in:
parent
3644b73608
commit
283b228b2d
@ -16,6 +16,8 @@ import io.netty.handler.codec.http.HttpResponseStatus;
|
|||||||
|
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
|
|
||||||
|
import org.apache.http.HttpHeaders;
|
||||||
|
|
||||||
import com.foxinmy.weixin4j.startup.WeixinServerBootstrap;
|
import com.foxinmy.weixin4j.startup.WeixinServerBootstrap;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -53,7 +55,7 @@ public class HttpUtil {
|
|||||||
content.getBytes(Consts.UTF_8).length);
|
content.getBytes(Consts.UTF_8).length);
|
||||||
httpResponse.headers().set(CONNECTION, Values.KEEP_ALIVE);
|
httpResponse.headers().set(CONNECTION, Values.KEEP_ALIVE);
|
||||||
httpResponse.headers().set(DATE, new Date());
|
httpResponse.headers().set(DATE, new Date());
|
||||||
httpResponse.headers().set(SERVER, SERVER);
|
httpResponse.headers().set(HttpHeaders.SERVER, SERVER);
|
||||||
httpResponse.headers()
|
httpResponse.headers()
|
||||||
.set(USER_AGENT,
|
.set(USER_AGENT,
|
||||||
String.format("%s/%s", WEIXIN4J,
|
String.format("%s/%s", WEIXIN4J,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user