Bug report :: BC660K-GL HTTPS - Large payload causes reboot

When the HTTP payload buffer exceeds ~6KB for HTTPS requests the module reboots. Normal HTTP requests can safely handle 7KB of payload without error.

Module: Quectel_BC660K-GL
Revision: BC660KGLAAR01A05_01.001.01.001
Seclevel: 2

AT+QHTTPPOST=2048,80,80,1
>
OK
AT+QHTTPPOST=2048,80,80,1
>
OK
AT+QHTTPPOST=2048,80,80,0
>
OK

RDY
+CFUN: 1
+CPIN: READY
+CREG: 2
+CEREG: 2
...

The first request seems fine. The moment I try to make the exact same request again the module responds with “OK” and then restarts itself without providing any error response.