问题描述
我必须申请 2 个方法:
- 使用不同的线程/任务处理每个 HTTP 请求。
- 在调用取消令牌时优雅地完成请求。
现在,我遇到了一个问题,当取消令牌被调用并且请求没有到达时 - 我在“server.getContext”阻塞区域中堆叠。 知道我该如何解决吗?
<form action="#" method="post">
<input type="email" name="email"></input>
<input type="email" name="email_conf"></input>
{% if email == email_conf %}
<input type="submit" value = "Entrar"></input>
{% endif %}
</form>
提前致谢。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)