Results 4 issues of gospider

![image](https://user-images.githubusercontent.com/35679142/177911105-64160cc4-62b1-40e5-9d35-2037720f343d.png) ## 按照官网快速部署教程,在centos7中部署,出现这个非法指令,不知道哪里出现了问题

A-question

``` from pdf2docx import Converter pdfPath="C:/迅雷下载/ex.pdf" docxPath="C:/迅雷下载/ex.docx" cli=Converter(pdfPath) cli.convert(docxPath) ``` ``` cli.convert(docxPath) File "C:\Users\bai\Miniconda3\lib\site-packages\pdf2docx\converter.py", line 329, in convert self.parse(start, end, pages, **settings).make_docx(docx_filename, **settings) File "C:\Users\bai\Miniconda3\lib\site-packages\pdf2docx\converter.py", line 213, in make_docx docx_file.save(filename)...

```go package main import ( "log" "time" "github.com/wangluozhe/requests" "github.com/wangluozhe/requests/url" ) var session = requests.NewSession() func test(ja3 string) { req := url.NewRequest() req.Headers = url.NewHeaders() req.Ja3 = ja3 t := time.Now()...

**Description:** While using `utls` v1.8.0 for TLS 1.3 connections, my program occasionally panics with: ``` panic: tls: setPskToUConn failed: only binders are allowed to change on state `PskAllSet` goroutine 79898...