Ich habe es jetzt gefunden,
habe die Suchschleife jetzt einfach ans ende gestetzt.
//Submit schließt die suche ab!
if (eth_buffer[a] != *http_entry[index].post_ready_ptr++)
{
http_entry[index].post_ready_ptr = post_ready;
}
if(*http_entry[index].post_ready_ptr == 0)
{
http_entry[index ...